You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/matrix-stack/source/matrix-rtc.yaml.j2
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,13 @@ enabled: true
17
17
{#- We set `initSecret=false` because we are describing the mechanism in the comment parameter #}
18
18
{{- sub_schema_values.credential("The secret for the LiveKit SFU.\n## This is required if `sfu.enabled` and `keysYaml` is not used. It will be generated by the `initSecrets` job if it is empty", "secret", initIfAbsent=False, commented=True) | indent(2) }}
Copy file name to clipboardExpand all lines: charts/matrix-stack/values.yaml
+26-8Lines changed: 26 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,8 @@ matrixRTC:
395
395
## secret: existing-secret
396
396
## secretKey: key-in-secret
397
397
# secret: {}
398
+
399
+
replicas: 1
398
400
## How this ingress should be constructed
399
401
ingress:
400
402
## What hostname should be used for this Ingress
@@ -417,14 +419,6 @@ matrixRTC:
417
419
## If set, some tweaks will be applied automatically to ingresses based on the controller type here.
418
420
## This can be set to `ingress-nginx`.
419
421
# controllerType:
420
-
## Defines additional environment variables to be injected onto this workload
421
-
## e.g.
422
-
## extraEnv:
423
-
## - name: FOO
424
-
## value: "bar"
425
-
extraEnv: []
426
-
427
-
replicas: 1
428
422
# Details of the image to be used
429
423
image:
430
424
## The host and (optional) port of the container image registry for this component.
@@ -478,6 +472,12 @@ matrixRTC:
478
472
## localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag).
479
473
# seccompProfile:
480
474
# type: RuntimeDefault
475
+
## Defines additional environment variables to be injected onto this workload
476
+
## e.g.
477
+
## extraEnv:
478
+
## - name: FOO
479
+
## value: "bar"
480
+
extraEnv: []
481
481
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
482
482
# nodeSelector: {}
483
483
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
@@ -1181,6 +1181,12 @@ haproxy:
1181
1181
## localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag).
1182
1182
# seccompProfile:
1183
1183
# type: RuntimeDefault
1184
+
## Defines additional environment variables to be injected onto this workload
1185
+
## e.g.
1186
+
## extraEnv:
1187
+
## - name: FOO
1188
+
## value: "bar"
1189
+
extraEnv: []
1184
1190
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
1185
1191
# nodeSelector: {}
1186
1192
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
## Defines additional environment variables to be injected onto this workload
1893
+
## e.g.
1894
+
## extraEnv:
1895
+
## - name: FOO
1896
+
## value: "bar"
1897
+
extraEnv: []
1886
1898
## Workload tolerations allows Pods that are part of this (sub)component to 'tolerate' any taint that matches the triple <key,value,effect> using the matching operator <operator>.
1887
1899
##
1888
1900
## * effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
@@ -1969,6 +1981,12 @@ postgres:
1969
1981
## localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag).
1970
1982
# seccompProfile:
1971
1983
# type: RuntimeDefault
1984
+
## Defines additional environment variables to be injected onto this workload
1985
+
## e.g.
1986
+
## extraEnv:
1987
+
## - name: FOO
1988
+
## value: "bar"
1989
+
extraEnv: []
1972
1990
## Configuration of the thresholds and frequencies of the livenessProbe
1973
1991
livenessProbe:
1974
1992
## How many consecutive failures for the probe to be considered failed
0 commit comments