Last active
July 15, 2016 15:07
-
-
Save Chronojam/feb2a8fd5472ace0f64726acf55bddde 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: "{{ name }}" | |
spec: | |
selector: | |
app: "{{ name }}" | |
type: LoadBalancer | |
ports: | |
- name: "webui" | |
protocol: "TCP" | |
port: {{ whatever port the container is hosting on }} | |
targetPort: {{ Whatever port the container is hosting on }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment