Skip to content

Instantly share code, notes, and snippets.

@makocchi-git
Last active January 22, 2020 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makocchi-git/0d0ae8d57fec511d81bfd3d1abe7a9f4 to your computer and use it in GitHub Desktop.
Save makocchi-git/0d0ae8d57fec511d81bfd3d1abe7a9f4 to your computer and use it in GitHub Desktop.
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