mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-18 11:05:17 +00:00
3b7c1c25c5
This deployment of Kubernetes does not support all features. Close #116.
12 lines
149 B
YAML
12 lines
149 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: forum
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 4567
|
|
protocol: TCP
|
|
selector:
|
|
app: forum
|