Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Forked from richarddli/ambassador.yaml
Created August 6, 2018 02:30
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 nicerobot/0377ea3be51a0da8ad66ad129c03fd97 to your computer and use it in GitHub Desktop.
Save nicerobot/0377ea3be51a0da8ad66ad129c03fd97 to your computer and use it in GitHub Desktop.
---
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