Automated Manifest Update (#2476)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2476
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2476.
This commit is contained in:
2025-12-13 03:36:41 +00:00
committed by Alex Lebens
parent 13ee548a47
commit 00f110b128
2 changed files with 9 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 1313673c68ad16a104eadc2d655c528b8bbc3ac49b93329ccac2e1c9465dc83b
checksum/config: 5cdcaa22281b3795ff0c638e0d23230afa08e6766e14428967437e6dbc79c65a
checksum/secrets: 77c25644da166bfcea38f650cda8968f95f472cde7bd328de2f211ded12b73d0
labels:
app.kubernetes.io/name: matrix-synapse
@@ -124,6 +124,10 @@ spec:
name: matrix-hookshot-config-secret
readOnly: true
subPath: hookshot-registration.yaml
- mountPath: /synapse/config/conf.d/double-puppet-registration.yaml
name: double-puppet-registration-secret
readOnly: true
subPath: double-puppet-registration.yaml
resources:
requests:
cpu: 10m
@@ -154,3 +158,6 @@ spec:
- name: matrix-hookshot-config-secret
secret:
secretName: matrix-hookshot-config-secret
- name: double-puppet-registration-secret
secret:
secretName: double-puppet-registration-secret