6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-10 00:37:54 +00:00
tutor/deploy/k8s/services/openedx.yml

13 lines
205 B
YAML
Raw Normal View History

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