Skip to content

Commit b3a1f66

Browse files
committed
Update example-default-enabled-components(-checkov)?-values.yaml to include MatrixRTC as it is enabled by default.
1 parent ebd4ca4 commit b3a1f66

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

charts/matrix-stack/ci/example-default-enabled-components-checkov-values.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44
#
5-
# source_fragments: deployment-markers-checkov.yaml deployment-markers-minimal.yaml element-web-checkov.yaml element-web-minimal.yaml haproxy-checkov.yaml init-secrets-checkov.yaml init-secrets-minimal.yaml matrix-authentication-service-checkov.yaml matrix-authentication-service-minimal.yaml postgres-checkov.yaml postgres-minimal.yaml synapse-checkov.yaml synapse-minimal.yaml well-known-minimal.yaml
5+
# source_fragments: deployment-markers-checkov.yaml deployment-markers-minimal.yaml element-web-checkov.yaml element-web-minimal.yaml haproxy-checkov.yaml init-secrets-checkov.yaml init-secrets-minimal.yaml matrix-authentication-service-checkov.yaml matrix-authentication-service-minimal.yaml matrix-rtc-checkov.yaml matrix-rtc-minimal.yaml postgres-checkov.yaml postgres-minimal.yaml synapse-checkov.yaml synapse-minimal.yaml well-known-minimal.yaml
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# wellKnownDelegation don't have any required properties to be set and defaults to enabled
@@ -38,7 +38,17 @@ matrixAuthenticationService:
3838
ingress:
3939
host: mas.ess.localhost
4040
matrixRTC:
41-
enabled: false
41+
annotations:
42+
checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed
43+
checkov.io/skip2: CKV_K8S_43=No digests
44+
checkov.io/skip3: CKV2_K8S_6=No network policy yet
45+
ingress:
46+
host: mrtc.ess.localhost
47+
sfu:
48+
annotations:
49+
checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed
50+
checkov.io/skip2: CKV_K8S_43=No digests
51+
checkov.io/skip3: CKV2_K8S_6=No network policy yet
4252
postgres:
4353
annotations:
4454
checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed

charts/matrix-stack/ci/example-default-enabled-components-values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44
#
5-
# source_fragments: deployment-markers-minimal.yaml element-web-minimal.yaml init-secrets-minimal.yaml matrix-authentication-service-minimal.yaml postgres-minimal.yaml synapse-minimal.yaml well-known-minimal.yaml
5+
# source_fragments: deployment-markers-minimal.yaml element-web-minimal.yaml init-secrets-minimal.yaml matrix-authentication-service-minimal.yaml matrix-rtc-minimal.yaml postgres-minimal.yaml synapse-minimal.yaml well-known-minimal.yaml
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# deploymentMarkers, initSecrets, postgres, wellKnownDelegation don't have any required properties to be set and defaults to enabled
@@ -13,7 +13,8 @@ matrixAuthenticationService:
1313
ingress:
1414
host: mas.ess.localhost
1515
matrixRTC:
16-
enabled: false
16+
ingress:
17+
host: mrtc.ess.localhost
1718
serverName: ess.localhost
1819
synapse:
1920
ingress:

newsfragments/516.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update `example-default-enabled-components-values.yaml` to include MatrixRTC as it is enabled by default.

0 commit comments

Comments
 (0)