Created
March 4, 2018 07:51
-
-
Save akoenig/2aa02a9898e9329583ffaef8582f2dd6 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: prisma | |
| namespace: prisma | |
| spec: | |
| ports: | |
| - port: 4466 | |
| targetPort: 4466 | |
| protocol: TCP | |
| selector: | |
| stage: production | |
| name: prisma | |
| app: prisma |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment