Created
August 7, 2017 13:08
-
-
Save DawTaylor/476a2f7b4e6c42d571d4d1e3a8621e8b to your computer and use it in GitHub Desktop.
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
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: redis | |
| labels: | |
| app: redis | |
| role: master | |
| tier: backend | |
| spec: | |
| ports: | |
| - port: 6379 | |
| targetPort: 6379 | |
| selector: | |
| app: redis | |
| role: master | |
| tier: backend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment