Last active
January 22, 2020 05:48
-
-
Save makocchi-git/0d0ae8d57fec511d81bfd3d1abe7a9f4 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: | |
name: invalid-deployment | |
spec: | |
replicas: "1" | |
selector: | |
matchLabels: | |
app: example | |
template: | |
metadata: | |
labels: | |
app: example | |
spec: | |
containers: | |
- image: makocchi/docker-nginx-hostname:latest | |
name: docker-nginx-hostname | |
port: | |
- containerPort: 80 | |
name: http |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment