7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00
tutor/plugins/notes/tutornotes/patches/k8s-services
2019-07-04 09:31:12 +08:00

13 lines
172 B
Plaintext

---
apiVersion: v1
kind: Service
metadata:
name: notes
spec:
type: NodePort
ports:
- port: 8000
protocol: TCP
selector:
app.kubernetes.io/name: notes