github.com/solo-io/cue@v0.4.7/doc/tutorial/kubernetes/quick/services/frontend/host/kube.cue (about) 1 package kube 2 3 deployment: host: spec: { 4 replicas: 2 5 template: spec: containers: [{ 6 image: "gcr.io/myproj/host:v0.1.10" 7 args: [ 8 ] 9 }] 10 }