1package kube 2 3deployment: host: { 4 replicas: 2 5 image: "gcr.io/myproj/host:v0.1.10" 6}
View as plain text