Skip to content

Instantly share code, notes, and snippets.

@wuestkamp
Last active December 20, 2020 17:27
Show Gist options
  • Save wuestkamp/03f3e10ecb94b6d52e8b480b32174fc6 to your computer and use it in GitHub Desktop.
Save wuestkamp/03f3e10ecb94b6d52e8b480b32174fc6 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: snow
name: snow
spec:
replicas: 3
selector:
matchLabels:
app: snow
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: snow
spec:
containers:
- image: nginx:1.19.6
name: nginx
resources: {}
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment