chore: Update manifests after change
This commit is contained in:
@@ -112,10 +112,36 @@ spec:
|
||||
mountPath: /synapse/data
|
||||
- name: tmpdir
|
||||
mountPath: /tmp
|
||||
- mountPath: /synapse/config/conf.d
|
||||
- mountPath: /synapse/config/conf.d/config.yaml
|
||||
mountPropagation: None
|
||||
name: config
|
||||
readOnly: true
|
||||
subPath: config.yaml
|
||||
- mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
name: oidc-config
|
||||
readOnly: true
|
||||
subPath: oidc.yaml
|
||||
- mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
name: hookshot-config
|
||||
readOnly: true
|
||||
subPath: hookshot-registration.yaml
|
||||
- mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
name: mautrix-discord-config
|
||||
readOnly: true
|
||||
subPath: mautrix-discord-registration.yaml
|
||||
- mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
name: mautrix-whatsapp-config
|
||||
readOnly: true
|
||||
subPath: mautrix-whatsapp-registration.yaml
|
||||
- mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
name: double-puppet-config
|
||||
readOnly: true
|
||||
subPath: double-puppet-registration.yaml
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
@@ -146,3 +172,33 @@ spec:
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-config
|
||||
name: config
|
||||
- csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-oidc-config
|
||||
name: oidc-config
|
||||
- csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-hookshot-config
|
||||
name: hookshot-config
|
||||
- csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-mautrix-discord-config
|
||||
name: mautrix-discord-config
|
||||
- csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-mautrix-whatsapp-config
|
||||
name: mautrix-whatsapp-config
|
||||
- csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-double-puppet-config
|
||||
name: double-puppet-config
|
||||
|
||||
Reference in New Issue
Block a user