6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-25 19:09:00 +00:00
tutor/deploy/k8s/services/openedx.yml
Régis Behmo bb5f10fc16 First steps with kubernetes
Kubernetes is currently *not* functional, but it will be, soon!
2018-12-26 19:27:08 +01:00

13 lines
205 B
YAML

apiVersion: v1
kind: Service
metadata:
name: openedx
spec:
type: NodePort
ports:
- port: 8000
protocol: TCP
selector:
# TODO different services and names for lms/cms
app: openedx