tutor/plugins/notes/tutornotes/patches/k8s-services

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