blob: e58c822a3f089dc582c629bc7787cc9c46495b0b [file] [log] [blame]
package kube
deployment: host: spec: {
replicas: 2
template: spec: containers: [{
image: "gcr.io/myproj/host:v0.1.10"
args: [
]
}]
}