Created
October 23, 2016 23:30
-
-
Save sandromello/218ee91f3e45f58448d46acc384d2bc5 to your computer and use it in GitHub Desktop.
A koli redis addon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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