Skip to content

Instantly share code, notes, and snippets.

@mszostok
Created November 23, 2018 13:14
Show Gist options
  • Save mszostok/78543f1202f1bab26222160714e5a2c7 to your computer and use it in GitHub Desktop.
Save mszostok/78543f1202f1bab26222160714e5a2c7 to your computer and use it in GitHub Desktop.
Pod k8s
apiVersion: v1
kind: Pod
metadata:
name: website
labels:
app: website
role: frontend
spec:
containers:
- name: website
image: nginx
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment