Last active
October 14, 2018 13:59
-
-
Save bubeamos/ddf28c77fc0f0b11fdeb60d0678f486f 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
| kind: Service | |
| apiVersion: v1 | |
| metadata: | |
| name: my-mediaiq-service | |
| spec: | |
| ports: | |
| - port: 8765 | |
| targetPort: 9376 | |
| selector: | |
| app: source-ip | |
| type: LoadBalancer | |
| externalTrafficPolicy: Local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment