Skip to content

Instantly share code, notes, and snippets.

@sandromello
Created October 23, 2016 23:30
Show Gist options
  • Save sandromello/218ee91f3e45f58448d46acc384d2bc5 to your computer and use it in GitHub Desktop.
Save sandromello/218ee91f3e45f58448d46acc384d2bc5 to your computer and use it in GitHub Desktop.
A koli redis addon
{"kind": "Deployment", "spec": {"template": {"spec": {"containers": [{"image": "redis:3.2.4", "name": "addon-default", "resources": {"requests": {"cpu": "100m", "memory": "100Mi"}}, "ports": [{"containerPort": 6379}]}]}, "metadata": {"labels": {"app": "redis"}}}, "replicas": 1}, "apiVersion": "extensions/v1beta1", "metadata": {"name": "addon-default"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment