Skip to content

Instantly share code, notes, and snippets.

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 lastcoolnameleft/5b0670908d338c8ed2e1680161d66259 to your computer and use it in GitHub Desktop.
Save lastcoolnameleft/5b0670908d338c8ed2e1680161d66259 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: redis-nginx
labels:
app: web
spec:
containers:
- name: key-value-store
image: redis
ports:
- containerPort: 6379
- name: frontend
image: nginx
ports:
- containerPort: 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment