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