mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-12 16:26:40 +00:00
13 lines
205 B
YAML
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
|