blob: 8308b3ca26c0f5fbd73a0e0a0e3598ace11b44f6 [file] [log] [blame]
package kube
deployment dishwasher: _kitchenDeployment & {
replicas: 5
image: "gcr.io/myproj/dishwasher:v0.2.13"
arg "ssh-tunnel-key": "/etc/certs/tunnel-private.pem"
volume "secret-ssh-key": {
mountPath: "/sslcerts"
readOnly: true
spec secret secretName: "secrets"
}
}