Skip to content

Instantly share code, notes, and snippets.

@shivamgupta-sg
shivamgupta-sg / nginx-deployment-rolling-update.yml
Last active September 25, 2021 14:54
nginx deployment using the rolling update deployment strategy with maxSurge of 50% and maxUnavailable of 25%
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment-rolling-update
namespace: nginx-app
labels:
app: nginx-rolling-update
spec:
selector:
matchLabels: