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