Skip to content

Instantly share code, notes, and snippets.

@FreedomBen
Created November 24, 2020 18:10
Show Gist options
  • Save FreedomBen/48352f31ec293ee47469db06795d8bff to your computer and use it in GitHub Desktop.
Save FreedomBen/48352f31ec293ee47469db06795d8bff to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: application-nginx
name: application-nginx
spec:
replicas: 1
selector:
matchLabels:
app: application-nginx
template:
metadata:
labels:
app: application-nginx
spec:
# Will appear below as it changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment