Skip to content

Instantly share code, notes, and snippets.

@jeroenr
Created July 19, 2017 19:43
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 jeroenr/17b0d35f39c2d3e7ab2e02dc9eee285a to your computer and use it in GitHub Desktop.
Save jeroenr/17b0d35f39c2d3e7ab2e02dc9eee285a to your computer and use it in GitHub Desktop.
Kubernetes service descriptor for Authentication Service
apiVersion: v1
kind: Service
metadata:
name: auth-service
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
selector:
app: auth-service
type: ClusterIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment