Skip to content

Instantly share code, notes, and snippets.

@DawTaylor
Created August 7, 2017 14:30
Show Gist options
  • Save DawTaylor/0d355a8a51276cd7b76999b979c74f01 to your computer and use it in GitHub Desktop.
Save DawTaylor/0d355a8a51276cd7b76999b979c74f01 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: my-app
labels:
app: my-app
spec:
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: my-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment