Skip to content

Instantly share code, notes, and snippets.

@mikeraimondi
Created August 24, 2018 15:33
Show Gist options
  • Save mikeraimondi/0ac8a846497039a6393a3ce4b6281743 to your computer and use it in GitHub Desktop.
Save mikeraimondi/0ac8a846497039a6393a3ce4b6281743 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: redis-rest
namespace: MY_NAMESPACE
spec:
selector:
matchLabels:
app: redis-rest
template:
metadata:
labels:
app: redis-rest
spec:
containers:
- name: redis-rest
image: mikeraimondi/redis-rest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment