Skip to content

Instantly share code, notes, and snippets.

@Mattvogel
Created September 26, 2019 23:57
Show Gist options
  • Save Mattvogel/1d0a10a7a0456d21310c488987aede3f to your computer and use it in GitHub Desktop.
Save Mattvogel/1d0a10a7a0456d21310c488987aede3f to your computer and use it in GitHub Desktop.
kind: Deployment
metadata:
labels:
app: profile
name: profile
spec:
progressDeadlineSeconds: 600
replicas: 4
revisionHistoryLimit: 10
selector:
matchLabels:
app: profile
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
labels:
app: profile
spec:
containers:
- image: docker.io/mattvogel/profile:v1.01
imagePullPolicy: IfNotPresent
name: profile
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment