1package kube 2 3deployment: goget: { 4 image: "gcr.io/myproj/goget:v0.5.1" 5 6 expose: port: https: 7443 7 8 volume: "secret-volume": { 9 mountPath: "/etc/ssl" 10 spec: secret: secretName: "goget-secrets" 11 } 12}
View as plain text