Skip to content

Instantly share code, notes, and snippets.

@kameshsampath
Created April 18, 2020 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kameshsampath/1bd96f24e25371f280863ee8522fdab9 to your computer and use it in GitHub Desktop.
Save kameshsampath/1bd96f24e25371f280863ee8522fdab9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: myboot
labels:
app: myboot
spec:
ports:
- name: http
port: 8080
selector:
app: myboot
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment