feat: subpath mount
This commit is contained in:
@@ -43,11 +43,67 @@ matrix-synapse:
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-config
|
||||
- name: oidc-config
|
||||
csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-oidc-config
|
||||
- name: hookshot-config
|
||||
csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-hookshot-config
|
||||
- name: mautrix-discord-config
|
||||
csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-mautrix-discord-config
|
||||
- name: mautrix-whatsapp-config
|
||||
csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-mautrix-whatsapp-config
|
||||
- name: double-puppet-config
|
||||
csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-double-puppet-config
|
||||
extraVolumeMounts:
|
||||
- name: config
|
||||
mountPath: /synapse/config/conf.d
|
||||
mountPath: /synapse/config/conf.d/config.yaml
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
subPath: config.yaml
|
||||
- name: oidc-config
|
||||
mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
subPath: oidc.yaml
|
||||
- name: hookshot-config
|
||||
mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
subPath: hookshot-registration.yaml
|
||||
- name: mautrix-discord-config
|
||||
mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
subPath: mautrix-discord-registration.yaml
|
||||
- name: mautrix-whatsapp-config
|
||||
mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
subPath: mautrix-whatsapp-registration.yaml
|
||||
- name: double-puppet-config
|
||||
mountPath: /synapse/config/conf.d/
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
subPath: double-puppet-registration.yaml
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
||||
Reference in New Issue
Block a user