remove the old
This commit is contained in:
parent
af20e09d3e
commit
be11bbd433
6 changed files with 0 additions and 209 deletions
|
@ -1,124 +0,0 @@
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: jitsi
|
|
||||||
name: jitsi
|
|
||||||
namespace: NAMESPACE
|
|
||||||
spec:
|
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: jitsi
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: jitsi
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: jicofo
|
|
||||||
image: jitsi/jicofo:stable-9646
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
- name: XMPP_SERVER
|
|
||||||
value: localhost
|
|
||||||
- name: JICOFO_COMPONENT_SECRET
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: jitsi-config
|
|
||||||
key: JICOFO_COMPONENT_SECRET
|
|
||||||
- name: JICOFO_AUTH_USER
|
|
||||||
value: focus
|
|
||||||
- name: JICOFO_AUTH_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: jitsi-config
|
|
||||||
key: JICOFO_AUTH_PASSWORD
|
|
||||||
- name: TZ
|
|
||||||
value: Europe/Berlin
|
|
||||||
- name: web
|
|
||||||
image: domaindrivenarchitecture/c4k-jitsi-web
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
- name: PUBLIC_URL
|
|
||||||
value: REPLACE_JITSI_FQDN
|
|
||||||
- name: XMPP_SERVER
|
|
||||||
value: localhost
|
|
||||||
- name: XMPP_BOSH_URL_BASE
|
|
||||||
value: http://127.0.0.1:5280
|
|
||||||
- name: JICOFO_AUTH_USER
|
|
||||||
value: focus
|
|
||||||
- name: TZ
|
|
||||||
value: Europe/Berlin
|
|
||||||
- name: JVB_TCP_HARVESTER_DISABLED
|
|
||||||
value: "true"
|
|
||||||
- name: DEFAULT_LANGUAGE
|
|
||||||
value: "de"
|
|
||||||
- name: RESOLUTION
|
|
||||||
value: "480"
|
|
||||||
- name: RESOLUTION_MIN
|
|
||||||
value: "240"
|
|
||||||
- name: RESOLUTION_WIDTH
|
|
||||||
value: "853"
|
|
||||||
- name: RESOLUTION_WIDTH_MIN
|
|
||||||
value: "427"
|
|
||||||
- name: DISABLE_AUDIO_LEVELS
|
|
||||||
value: "true"
|
|
||||||
- name: ETHERPAD_PUBLIC_URL
|
|
||||||
value: REPLACE_ETHERPAD_URL
|
|
||||||
- name: WHITEBOARD_ENABLED
|
|
||||||
value: "true"
|
|
||||||
- name: WHITEBOARD_COLLAB_SERVER_PUBLIC_URL
|
|
||||||
value: REPLACE_EXCALIDRAW_BACKEND_URL
|
|
||||||
- name: COLIBRI_WEBSOCKET_REGEX
|
|
||||||
value: "127.0.0.1"
|
|
||||||
- name: jvb
|
|
||||||
image: jitsi/jvb:stable-9646
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
- name: PUBLIC_URL
|
|
||||||
value: REPLACE_JITSI_FQDN
|
|
||||||
- name: XMPP_SERVER
|
|
||||||
value: localhost
|
|
||||||
- name: DOCKER_HOST_ADDRESS
|
|
||||||
value: REPLACE_JITSI_FQDN
|
|
||||||
- name: JICOFO_AUTH_USER
|
|
||||||
value: focus
|
|
||||||
- name: JVB_TCP_HARVESTER_DISABLED
|
|
||||||
value: "true"
|
|
||||||
- name: JVB_AUTH_USER
|
|
||||||
value: jvb
|
|
||||||
- name: JVB_PORT
|
|
||||||
value: "30300"
|
|
||||||
- name: JVB_AUTH_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: jitsi-config
|
|
||||||
key: JVB_AUTH_PASSWORD
|
|
||||||
- name: JICOFO_AUTH_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: jitsi-config
|
|
||||||
key: JICOFO_AUTH_PASSWORD
|
|
||||||
- name: TZ
|
|
||||||
value: Europe/Berlin
|
|
||||||
- name: etherpad
|
|
||||||
image: etherpad/etherpad:2
|
|
||||||
env:
|
|
||||||
- name: XMPP_SERVER
|
|
||||||
value: localhost
|
|
||||||
- name: JICOFO_COMPONENT_SECRET
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: jitsi-config
|
|
||||||
key: JICOFO_COMPONENT_SECRET
|
|
||||||
- name: JICOFO_AUTH_USER
|
|
||||||
value: focus
|
|
||||||
- name: JICOFO_AUTH_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: jitsi-config
|
|
||||||
key: JICOFO_AUTH_PASSWORD
|
|
||||||
- name: TZ
|
|
||||||
value: Europe/Berlin
|
|
|
@ -1,14 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
service: etherpad
|
|
||||||
name: etherpad
|
|
||||||
namespace: NAMESPACE
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- name: etherpad
|
|
||||||
port: 9001
|
|
||||||
targetPort: 9001
|
|
||||||
selector:
|
|
||||||
app: jitsi
|
|
|
@ -1,14 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
service: excalidraw-backend
|
|
||||||
name: excalidraw-backend
|
|
||||||
namespace: NAMESPACE
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- name: excalidraw-backend
|
|
||||||
port: 3002
|
|
||||||
targetPort: 80
|
|
||||||
selector:
|
|
||||||
app: excalidraw-backend
|
|
|
@ -1,21 +0,0 @@
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: excalidraw-backend
|
|
||||||
name: excalidraw-backend
|
|
||||||
namespace: NAMESPACE
|
|
||||||
spec:
|
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: excalidraw-backend
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: excalidraw-backend
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: excalidraw-backend
|
|
||||||
image: domaindrivenarchitecture/c4k-jitsi-excalidraw-backend
|
|
|
@ -1,19 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
service: jvb
|
|
||||||
annotations:
|
|
||||||
metallb.universe.tf/allow-shared-ip: "shared-ip-service-group"
|
|
||||||
metallb.universe.tf/address-pool: public
|
|
||||||
name: jvb-udp
|
|
||||||
namespace: NAMESPACE
|
|
||||||
spec:
|
|
||||||
type: LoadBalancer
|
|
||||||
ports:
|
|
||||||
- port: 30300
|
|
||||||
protocol: UDP
|
|
||||||
targetPort: 30300
|
|
||||||
nodePort: 30300
|
|
||||||
selector:
|
|
||||||
app: jitsi
|
|
|
@ -1,17 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
service: web
|
|
||||||
name: web
|
|
||||||
namespace: NAMESPACE
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- name: "http"
|
|
||||||
port: 80
|
|
||||||
targetPort: 80
|
|
||||||
- name: "https"
|
|
||||||
port: 443
|
|
||||||
targetPort: 443
|
|
||||||
selector:
|
|
||||||
app: jitsi
|
|
Loading…
Add table
Reference in a new issue