Created
December 13, 2018 22:37
-
-
Save nfons/cc2f5881bbe4808a41a29e4c6f83f574 to your computer and use it in GitHub Desktop.
This file contains 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: helloweb | |
labels: | |
app: hello | |
spec: | |
selector: | |
app: hello | |
tier: web | |
ports: | |
- port: 80 | |
targetPort: 8080 | |
type: LoadBalancer | |
loadBalancerIP: {{.HTTPSVC_LB_IP}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment