1package kube 2 3deployment: waiter: spec: { 4 replicas: 5 5 template: spec: containers: [{ 6 image: "gcr.io/myproj/waiter:v0.3.0" 7 }] 8}
View as plain text