Last active
December 20, 2020 17:27
-
-
Save wuestkamp/03f3e10ecb94b6d52e8b480b32174fc6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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