Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created August 3, 2016 01:12
Show Gist options
  • Save kelseyhightower/20ad72426f6c33b069e7466cef57797a to your computer and use it in GitHub Desktop.
Save kelseyhightower/20ad72426f6c33b069e7466cef57797a to your computer and use it in GitHub Desktop.
kind: Service
apiVersion: v1
metadata:
name: "nginx"
spec:
selector:
app: "nginx"
ports:
- protocol: "TCP"
port: 80
targetPort: 80
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment