Sign in
cue
/
cue
/
3c38bfccf53feefa2f43797f0fb03537646db661
/
.
/
doc
/
tutorial
/
kubernetes
/
quick
/
services
/
frontend
/
host
/
kube.cue
blob: 97f1fe665ec0b8e4953ba2781721260a8417c545 [
file
] [
log
] [
blame
]
package
kube
deployment host spec
:
{
replicas
:
2
template
spec containers
:
[{
image
:
"gcr.io/myproj/host:v0.1.10"
args
:
[
]
}]
}