Created
January 4, 2018 21:42
-
-
Save richarddli/4437ab27f7917d384f12bb5f34d14683 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: | |
labels: | |
service: ambassador | |
name: ambassador | |
spec: | |
type: LoadBalancer | |
ports: | |
- name: ambassador | |
port: 80 | |
targetPort: 80 | |
selector: | |
service: ambassador |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment