Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created July 2, 2019 20:45
Show Gist options
  • Save anthonybudd/4bfb090f8c3c2865bf39d8408a121a7a to your computer and use it in GitHub Desktop.
Save anthonybudd/4bfb090f8c3c2865bf39d8408a121a7a to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: redis
spec:
replicas: 1
template:
metadata:
labels:
app: redis
role: master
tier: backend
spec:
containers:
- name: master
image: redis
ports:
- containerPort: 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment