Skip to content

Instantly share code, notes, and snippets.

@devinburnette
Created March 4, 2019 01:39
Show Gist options
  • Save devinburnette/3f3612144f4b973f7309191bcf334576 to your computer and use it in GitHub Desktop.
Save devinburnette/3f3612144f4b973f7309191bcf334576 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
run: nginx
name: nginx
namespace: default
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
run: nginx
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment