Skip to content

Instantly share code, notes, and snippets.

@Pothulapati
Last active July 12, 2019 18:45
Show Gist options
  • Save Pothulapati/d3f1c857518ee36e23ef4e535543bdb7 to your computer and use it in GitHub Desktop.
Save Pothulapati/d3f1c857518ee36e23ef4e535543bdb7 to your computer and use it in GitHub Desktop.
services.yaml
apiVersion: v1
kind: Service
metadata:
name: reviews-v2
spec:
selector:
app: reviews
version: v2
ports:
- protocol: TCP
port: 9080
targetPort: 9080
---
apiVersion: v1
kind: Service
metadata:
name: reviews-v2
spec:
selector:
app: reviews
version: v2
ports:
- protocol: TCP
port: 9080
targetPort: 9080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment