...

Text file src/cuelang.org/go/doc/tutorial/kubernetes/quick/services/infra/download/kube.cue

Documentation: cuelang.org/go/doc/tutorial/kubernetes/quick/services/infra/download

     1package kube
     2
     3deployment: download: spec: template: spec: containers: [{
     4	image: "gcr.io/myproj/download:v0.0.2"
     5	ports: [{
     6		containerPort: 7080
     7	}]
     8}]

View as plain text