Skip to content

Commit

Permalink
Add some info for custom config overrides to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
spijet committed Mar 27, 2024
1 parent 2a094d7 commit 1be856b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ web:
image:
repository: jitsi/web

## Override the image-provided configuration files:
# See https://github.com/jitsi/docker-jitsi-meet/tree/master/web/rootfs
custom:
contInit:
_10_config: ""
Expand Down Expand Up @@ -154,6 +156,8 @@ jicofo:
image:
repository: jitsi/jicofo

## Override the image-provided configuration files:
# See https://github.com/jitsi/docker-jitsi-meet/tree/master/jicofo/rootfs
custom:
contInit:
_10_config: ""
Expand Down Expand Up @@ -432,6 +436,9 @@ jibri:
| grep -qP 'HEALTHY (IDLE|BUSY)'
extraEnvs: {}

## Override the image-provided configuration files:
# See https://github.com/jitsi/docker-jitsi-meet/tree/master/jibri/rootfs
custom:
contInit:
_10_config: ""
Expand Down Expand Up @@ -480,6 +487,9 @@ prosody:
# ports:
# If Prosody c2s in needed on private net outside the cluster
# xmppc2snodePort: 30522

## Override the image-provided configuration files:
# See https://github.com/jitsi/docker-jitsi-meet/tree/master/prosody/rootfs
custom:
contInit:
_10_config: ""
Expand Down

0 comments on commit 1be856b

Please sign in to comment.