Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117749813
meet-deployment.yaml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
meet-deployment.yaml
View Options
{{
- if .Values.meet.enabled
}}
#This should probably become a stateful set with 2 replicas, so they have stable network addresses
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
annotations
:
alpha.image.policy.openshift.io/resolve-names
:
'*'
labels
:
app
:
meet
app.kubernetes.io/name
:
meet
app.kubernetes.io/part-of
:
kolab-app
name
:
meet
spec
:
replicas
:
1
revisionHistoryLimit
:
2
selector
:
matchLabels
:
app
:
meet
strategy
:
type
:
Recreate
template
:
metadata
:
annotations
:
checksum/config
:
{{
include (print $.Template.BasePath "/kolab-configmap.yaml") . | sha256sum
}}
checksum/secret
:
{{
include (print $.Template.BasePath "/kolab-secret.yaml") . | sha256sum
}}
labels
:
app
:
meet
spec
:
{{
- if .Values.image.pullSecret
}}
imagePullSecrets
:
-
name
:
registry-pull-secret
{{
- end
}}
containers
:
-
name
:
meet
image
:
{{
.Values.image.meetImage
}}
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
resources
:
{{
- toYaml .Values.meet.resources | nindent 10
}}
envFrom
:
-
configMapRef
:
name
:
kolab-config
-
secretRef
:
name
:
kolab-config-secret
env
:
-
name
:
DEBUG
value
:
"engine,socket.io*,kolabmeet-server*,mediasoup*"
-
name
:
SSL_CERT
value
:
none
-
name
:
FORCE_WSS
value
:
"true"
-
name
:
SSL_KEY
value
:
none
-
name
:
WEBRTC_LISTEN_IP
value
:
0.0.0.0
-
name
:
WEBRTC_ANNOUNCED_ADDRESS
value
:
{{
.Values.meet.publicIp
}}
-
name
:
MEDIASOUP_NUM_WORKERS
value
:
"3"
-
name
:
PUBLIC_DOMAIN
value
:
{{
template "kolab.websiteDomain" .
}}
-
name
:
LISTENING_HOST
value
:
0.0.0.0
-
name
:
LISTENING_PORT
value
:
"12080"
{{
- if .Values.coturn.enabled
}}
-
name
:
TURN_STATIC_SECRET
value
:
{{
.Values.coturn.staticSecret
}}
-
name
:
TURN_SERVER
value
:
turn:{{ template "kolab.websiteDomain" . }}:3478
{{
- else
}}
-
name
:
TURN_SERVER
value
:
none
{{
- end
}}
-
name
:
AUTH_TOKEN
valueFrom
:
secretKeyRef
:
name
:
kolab-config-secret
key
:
MEET_SERVER_TOKEN
-
name
:
WEBHOOK_URL
value
:
https://{{ template "kolab.websiteDomain" . }}/api/webhooks/meet
-
name
:
WEBHOOK_TOKEN
valueFrom
:
secretKeyRef
:
name
:
kolab-config-secret
key
:
MEET_WEBHOOK_TOKEN
ports
:
-
containerPort
:
12080
protocol
:
TCP
-
containerPort
:
44444
protocol
:
TCP
-
containerPort
:
44444
protocol
:
UDP
-
containerPort
:
44445
protocol
:
TCP
-
containerPort
:
44445
protocol
:
UDP
-
containerPort
:
44446
protocol
:
TCP
-
containerPort
:
44446
protocol
:
UDP
{{
- if .Values.coturn.enabled
}}
-
name
:
coturn
image
:
{{
.Values.image.coturnImage
}}
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
resources
:
{{
- toYaml .Values.coturn.resources | nindent 10
}}
envFrom
:
-
configMapRef
:
name
:
kolab-config
-
secretRef
:
name
:
kolab-config-secret
env
:
-
name
:
TURN_PUBLIC_IP
value
:
{{
.Values.coturn.publicIp
}}
-
name
:
TURN_LISTEN_PORT
value
:
"3478"
-
name
:
TURN_STATIC_SECRET
value
:
{{
.Values.coturn.staticSecret
}}
-
name
:
DEBUG
value
:
"true"
ports
:
-
containerPort
:
3478
protocol
:
TCP
-
containerPort
:
3478
protocol
:
UDP
{{
- end
}}
dnsPolicy
:
ClusterFirst
hostNetwork
:
{{
.Values.meet.hostNetwork
}}
restartPolicy
:
Always
schedulerName
:
default-scheduler
terminationGracePeriodSeconds
:
30
{{
- end
}}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 1:48 AM (1 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
68/82/c905b3e4fa584af304986e993320
Default Alt Text
meet-deployment.yaml (3 KB)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline