github.com/joomcode/cue@v0.4.4-0.20221111115225-539fe3512047/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 }