Created
November 24, 2020 18:10
-
-
Save FreedomBen/48352f31ec293ee47469db06795d8bff to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
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