remove bridges
This commit is contained in:
@@ -24,18 +24,7 @@ dependencies:
|
|||||||
- name: matrix-synapse
|
- name: matrix-synapse
|
||||||
version: 3.9.5
|
version: 3.9.5
|
||||||
repository: https://ananace.gitlab.io/charts
|
repository: https://ananace.gitlab.io/charts
|
||||||
- name: app-template
|
|
||||||
alias: matrix-hookshot
|
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
|
||||||
version: 3.2.1
|
|
||||||
- name: app-template
|
|
||||||
alias: mautrix-discord
|
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
|
||||||
version: 3.2.1
|
|
||||||
- name: app-template
|
|
||||||
alias: mautrix-whatsapp
|
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
|
||||||
version: 3.2.1
|
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 19.5.0
|
version: 19.5.0
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
@@ -4,7 +4,7 @@ matrix-synapse:
|
|||||||
argoCD: true
|
argoCD: true
|
||||||
signingkey:
|
signingkey:
|
||||||
job:
|
job:
|
||||||
enabled: false
|
enabled: true
|
||||||
config:
|
config:
|
||||||
reportStats: false
|
reportStats: false
|
||||||
enableRegistration: true
|
enableRegistration: true
|
||||||
@@ -25,15 +25,7 @@ matrix-synapse:
|
|||||||
- name: matrix-synapse-config-secret
|
- name: matrix-synapse-config-secret
|
||||||
secret:
|
secret:
|
||||||
secretName: matrix-synapse-config-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
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: matrix-synapse-config-secret
|
- name: matrix-synapse-config-secret
|
||||||
mountPath: /synapse/config/conf.d/oidc.yaml
|
mountPath: /synapse/config/conf.d/oidc.yaml
|
||||||
@@ -43,18 +35,7 @@ matrix-synapse:
|
|||||||
mountPath: /synapse/config/conf.d/config.yaml
|
mountPath: /synapse/config/conf.d/config.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: matrix-hookshot-config-secret
|
|
||||||
mountPath: /synapse/config/conf.d/hookshot-registration.yaml
|
|
||||||
subPath: hookshot-registration.yaml
|
|
||||||
readOnly: true
|
|
||||||
- name: mautrix-discord-config-secret
|
|
||||||
mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml
|
|
||||||
subPath: mautrix-discord-registration.yaml
|
|
||||||
readOnly: true
|
|
||||||
- name: mautrix-whatsapp-config-secret
|
|
||||||
mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
|
|
||||||
subPath: mautrix-whatsapp-registration.yaml
|
|
||||||
readOnly: true
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
@@ -315,7 +296,7 @@ postgres-16-cluster:
|
|||||||
prometheusRule:
|
prometheusRule:
|
||||||
enabled: false
|
enabled: false
|
||||||
backup:
|
backup:
|
||||||
enabled: true
|
enabled: false
|
||||||
endpointURL: https://s3.us-east-2.amazonaws.com
|
endpointURL: https://s3.us-east-2.amazonaws.com
|
||||||
destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse
|
destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse
|
||||||
endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret
|
endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret
|
||||||
|
Reference in New Issue
Block a user