Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- labels:
- app: my-dep2
- name: my-dep2
- namespace: default
- spec:
- progressDeadlineSeconds: 600
- replicas: 4
- revisionHistoryLimit: 10
- selector:
- matchLabels:
- app: my-dep2
- strategy:
- rollingUpdate:
- maxSurge: 25%
- maxUnavailable: 25%
- type: RollingUpdate
- template:
- metadata:
- creationTimestamp: null
- labels:
- app: my-dep2
- spec:
- containers:
- - image: busybox:1.31
- imagePullPolicy: Always
- name: busybox
- resources: {}
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- dnsPolicy: ClusterFirst
- restartPolicy: Always
- schedulerName: default-scheduler
- securityContext: {}
- terminationGracePeriodSeconds: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement