mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 22:27:47 +00:00
13 lines
172 B
Plaintext
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
|