Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 24, 2019 15:43
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 vigneshragupathy/bbd1584780b98d771c479a4413c97b6e to your computer and use it in GitHub Desktop.
Save vigneshragupathy/bbd1584780b98d771c479a4413c97b6e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: static-web
labels:
role: myrole
spec:
containers:
- name: web
image: nginx
ports:
- name: web
containerPort: 80
protocol: TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment