chore: Update manifests after change

This commit is contained in:
2026-04-24 00:11:38 +00:00
parent cfe38d32cf
commit ba20a96b0f
233 changed files with 1471 additions and 1345 deletions

View File

@@ -71,7 +71,7 @@ spec:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: matrix-synapse-valkey-secret
name: matrix-synapse-valkey-config
key: password
image: "ghcr.io/element-hq/synapse:v1.151.0@sha256:184dc8757daef019b511e7f96fc6e5edfb880fd074d8cf702c7e3aa899d188c8"
imagePullPolicy: IfNotPresent
@@ -112,30 +112,10 @@ spec:
mountPath: /synapse/data
- name: tmpdir
mountPath: /tmp
- mountPath: /synapse/config/conf.d/oidc.yaml
name: matrix-synapse-config-secret
- mountPath: /synapse/config/conf.d
mountPropagation: None
name: config
readOnly: true
subPath: oidc.yaml
- mountPath: /synapse/config/conf.d/config.yaml
name: matrix-synapse-config-secret
readOnly: true
subPath: config.yaml
- mountPath: /synapse/config/conf.d/hookshot-registration.yaml
name: matrix-hookshot-config-secret
readOnly: true
subPath: hookshot-registration.yaml
- mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml
name: mautrix-discord-config-secret
readOnly: true
subPath: mautrix-discord-registration.yaml
- mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
name: mautrix-whatsapp-config-secret
readOnly: true
subPath: mautrix-whatsapp-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
@@ -149,7 +129,7 @@ spec:
secretName: matrix-synapse
- name: signingkey
secret:
secretName: "matrix-synapse-signingkey"
secretName: "matrix-synapse-signing-key"
items:
- key: "signing.key"
path: signing.key
@@ -160,18 +140,9 @@ spec:
- name: media
persistentVolumeClaim:
claimName: matrix-synapse
- name: matrix-synapse-config-secret
secret:
secretName: matrix-synapse-config-secret
- name: matrix-hookshot-config-secret
secret:
secretName: matrix-hookshot-config-secret
- name: mautrix-discord-config-secret
secret:
secretName: mautrix-discord-config-secret
- name: mautrix-whatsapp-config-secret
secret:
secretName: mautrix-whatsapp-config-secret
- name: double-puppet-registration-secret
secret:
secretName: double-puppet-registration-secret
- csi:
driver: secrets-store.csi.k8s.io
readOnly: true
volumeAttributes:
secretProviderClass: matrix-synapse-config
name: config