Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- apiVersion: extensions/v1beta1
- kind: Deployment
- metadata:
- labels:
- app.kubernetes.io/name: example
- name: example
- spec:
- progressDeadlineSeconds: 300
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 10%
- template:
- metadata:
- labels:
- app: example
- spec:
- containers:
- - name: example
- image: brucorreia/test:tagname
- ports:
- - containerPort: 80
- protocol: TCP
- resources:
- requests:
- memory: "256M"
- cpu: "256m"
- limits:
- memory: "512M"
- cpu: "512m"
Advertisement
Add Comment
Please, Sign In to add comment