1package kube 2 3deployment: watcher: { 4 image: "gcr.io/myproj/watcher:v0.1.0" 5 6 volume: "secret-volume": { 7 mountPath: "/etc/ssl" 8 spec: secret: secretName: "star-example-com-secrets" 9 } 10 port: http: 7080 11 expose: port: https: 7788 12}
View as plain text