github.com/replicatedhq/ship@v0.55.0/integration/update/values-static/expected/rendered.yaml (about) 1 apiVersion: apps/v1beta2 2 kind: Deployment 3 metadata: 4 labels: 5 app: my-app 6 chart: values-update 7 heritage: Tiller 8 release: values-update 9 name: deployment 10 spec: 11 replicas: 2 12 selector: 13 matchLabels: 14 app: my-app 15 release: values-update 16 template: 17 metadata: 18 labels: 19 app: my-app 20 release: values-update 21 spec: 22 containers: 23 - image: nginx:stable 24 imagePullPolicy: IfNotPresent 25 livenessProbe: 26 httpGet: 27 path: / 28 port: http 29 name: values-update 30 ports: 31 - containerPort: 80 32 name: http 33 protocol: TCP 34 readinessProbe: 35 httpGet: 36 path: / 37 port: http