Skip to content

Instantly share code, notes, and snippets.

@jasonjiang9527
Last active September 6, 2021 02:15
Show Gist options
  • Save jasonjiang9527/a6cb2adbb277abdbb1158753b0dfe8d3 to your computer and use it in GitHub Desktop.
Save jasonjiang9527/a6cb2adbb277abdbb1158753b0dfe8d3 to your computer and use it in GitHub Desktop.
temp
---
apiVersion: v1
kind: Service
metadata:
name: myservice
spec:
ports:
- protocol: TCP
port: 80
targetPort: 9376
---
apiVersion: v1
kind: Service
metadata:
name: mydb
spec:
ports:
- protocol: TCP
port: 80
targetPort: 9377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment