Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 24, 2019 12:31
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/09965427e66db5bc14443f49f2ed2a9d to your computer and use it in GitHub Desktop.
Save vigneshragupathy/09965427e66db5bc14443f49f2ed2a9d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx-pod-web-nginx-backend
labels:
app: web-nginx-backend
spec:
containers:
- name: nginx-pod-web-nginx-backend
image: nginx
imagePullPolicy: IfNotPresent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment