|
| 1 | +# Copyright 2024-2025 New Vector Ltd |
| 2 | +# |
| 3 | +# SPDX-License-Identifier: AGPL-3.0-only |
| 4 | +# |
| 5 | +# source_fragments: deployment-markers-minimal.yaml deployment-markers-checkov.yaml element-web-minimal.yaml element-web-checkov.yaml synapse-minimal.yaml synapse-checkov.yaml matrix-authentication-service-minimal.yaml matrix-authentication-service-checkov.yaml init-secrets-minimal.yaml init-secrets-checkov.yaml postgres-minimal.yaml postgres-checkov.yaml well-known-minimal.yaml haproxy-checkov.yaml |
| 6 | +# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values |
| 7 | + |
| 8 | +# wellKnownDelegation don't have any required properties to be set and defaults to enabled |
| 9 | +deploymentMarkers: |
| 10 | + annotations: |
| 11 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 12 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 13 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 14 | + checkov.io/skip4: CKV_K8S_38=The job needs a service account |
| 15 | +elementWeb: |
| 16 | + annotations: |
| 17 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 18 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 19 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 20 | + ingress: |
| 21 | + host: element.ess.localhost |
| 22 | +haproxy: |
| 23 | + annotations: |
| 24 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 25 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 26 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 27 | +initSecrets: |
| 28 | + annotations: |
| 29 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 30 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 31 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 32 | + checkov.io/skip4: CKV_K8S_38=The job needs a service account |
| 33 | +matrixAuthenticationService: |
| 34 | + annotations: |
| 35 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 36 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 37 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 38 | + ingress: |
| 39 | + host: mas.ess.localhost |
| 40 | +matrixRTC: |
| 41 | + enabled: false |
| 42 | +postgres: |
| 43 | + annotations: |
| 44 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 45 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 46 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 47 | +serverName: ess.localhost |
| 48 | +synapse: |
| 49 | + annotations: |
| 50 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 51 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 52 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 53 | + checkConfigHook: |
| 54 | + annotations: |
| 55 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 56 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 57 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
| 58 | + ingress: |
| 59 | + host: synapse.ess.localhost |
| 60 | + redis: |
| 61 | + annotations: |
| 62 | + checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed |
| 63 | + checkov.io/skip2: CKV_K8S_43=No digests |
| 64 | + checkov.io/skip3: CKV2_K8S_6=No network policy yet |
0 commit comments