change service

This commit is contained in:
2024-07-10 13:39:19 -05:00
parent e9fa43c18f
commit e1f600aaa0

View File

@@ -28,7 +28,12 @@ matrix-synapse:
- name: matrix-hookshot-config-secret - name: matrix-hookshot-config-secret
secret: secret:
secretName: matrix-hookshot-config-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
@@ -42,7 +47,14 @@ matrix-synapse:
mountPath: /synapse/config/conf.d/hookshot-registration.yaml mountPath: /synapse/config/conf.d/hookshot-registration.yaml
subPath: hookshot-registration.yaml subPath: hookshot-registration.yaml
readOnly: true 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
@@ -129,10 +141,14 @@ matrix-hookshot:
port: 9001 port: 9001
targetPort: 9001 targetPort: 9001
protocol: HTTP protocol: HTTP
appservice: widgets:
port: 9002 port: 9002
targetPort: 9002 targetPort: 9002
protocol: HTTP protocol: HTTP
appservice:
port: 9003
targetPort: 9003
protocol: HTTP
persistence: persistence:
config: config:
enabled: true enabled: true