Skip to content

Instantly share code, notes, and snippets.

@timothyclifford
Created January 30, 2019 12:56
Show Gist options
  • Save timothyclifford/6b79d02208fab22f1779dac89977f3bc to your computer and use it in GitHub Desktop.
Save timothyclifford/6b79d02208fab22f1779dac89977f3bc to your computer and use it in GitHub Desktop.
kind: Service
apiVersion: v1
metadata:
name: web-app
spec:
selector:
app: web-app
ports:
- protocol: TCP
port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment