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