add public naming urls

This commit is contained in:
Nico Schottelius 2021-06-24 12:08:58 +02:00
parent 5f40ca54f4
commit a99fb50c59
1 changed files with 13 additions and 2 deletions

View File

@ -4,7 +4,6 @@ metadata:
labels:
service: jvb
name: jvb-udp
namespace: jitsi
spec:
ports:
- port: 30300
@ -19,7 +18,6 @@ metadata:
labels:
service: web
name: web
namespace: jitsi
spec:
ports:
- name: "http"
@ -84,6 +82,8 @@ spec:
image: jitsi/prosody:stable-5870
imagePullPolicy: IfNotPresent
env:
- name: PUBLIC_URL
value: web.default.svc.c2.k8s.ooo
- name: XMPP_DOMAIN
value: meet.jitsi
- name: XMPP_AUTH_DOMAIN
@ -119,6 +119,8 @@ spec:
image: jitsi/web:stable-5870
imagePullPolicy: IfNotPresent
env:
- name: PUBLIC_URL
value: web.default.svc.c2.k8s.ooo
- name: XMPP_SERVER
value: localhost
- name: JICOFO_AUTH_USER
@ -175,3 +177,12 @@ spec:
value: jvbbrewery
- name: TZ
value: America/Los_Angeles
---
apiVersion: v1
kind: Secret
metadata:
name: jitsi-config
stringData:
JICOFO_COMPONENT_SECRET: Loithah7qu
JICOFO_AUTH_PASSWORD: Loithah7qu
JVB_AUTH_PASSWORD: Loithah7qu