Compare commits
1 Commits
renovate/u
...
766adad720
| Author | SHA1 | Date | |
|---|---|---|---|
|
766adad720
|
@@ -37,7 +37,7 @@ matrix-synapse:
|
||||
strategy:
|
||||
type: Recreate
|
||||
extraVolumes:
|
||||
- name: synapse-config
|
||||
- name: config
|
||||
csi:
|
||||
driver: secrets-store.csi.k8s.io
|
||||
readOnly: true
|
||||
@@ -74,7 +74,7 @@ matrix-synapse:
|
||||
volumeAttributes:
|
||||
secretProviderClass: matrix-synapse-double-puppet-config
|
||||
extraVolumeMounts:
|
||||
- name: synapse-config
|
||||
- name: config
|
||||
mountPath: /synapse/config/conf.d/config.yaml
|
||||
mountPropagation: None
|
||||
readOnly: true
|
||||
@@ -165,8 +165,6 @@ matrix-synapse:
|
||||
enabled: false
|
||||
gateway:
|
||||
enabled: false
|
||||
serviceAccount:
|
||||
name: matrix-synapse
|
||||
matrix-hookshot:
|
||||
global:
|
||||
nameOverride: matrix-hookshot
|
||||
|
||||
@@ -96,8 +96,12 @@ outline:
|
||||
secretKeyRef:
|
||||
name: outline-oidc-authentik
|
||||
key: secret
|
||||
- name: OIDC_ISSUER_URL
|
||||
value: https://auth.alexlebens.dev/application/o/outline
|
||||
- name: OIDC_AUTH_URI
|
||||
value: https://auth.alexlebens.dev/application/o/authorize/
|
||||
- name: OIDC_TOKEN_URI
|
||||
value: https://auth.alexlebens.dev/application/o/token/
|
||||
- name: OIDC_USERINFO_URI
|
||||
value: https://auth.alexlebens.dev/application/o/userinfo/
|
||||
- name: OIDC_USERNAME_CLAIM
|
||||
value: email
|
||||
- name: OIDC_DISPLAY_NAME
|
||||
|
||||
@@ -13,15 +13,15 @@ spec:
|
||||
data:
|
||||
- secretKey: AWS_ACCESS_KEY_ID
|
||||
remoteRef:
|
||||
key: /digital-ocean/home-infra/all-access
|
||||
key: /digital-ocean/home-infra/s3-exporter
|
||||
property: AWS_ACCESS_KEY_ID
|
||||
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||
remoteRef:
|
||||
key: /digital-ocean/home-infra/all-access
|
||||
key: /digital-ocean/home-infra/s3-exporter
|
||||
property: AWS_SECRET_ACCESS_KEY
|
||||
- secretKey: AWS_REGION
|
||||
remoteRef:
|
||||
key: /digital-ocean/home-infra/all-access
|
||||
key: /digital-ocean/home-infra/s3-exporter
|
||||
property: AWS_REGION
|
||||
|
||||
---
|
||||
|
||||
@@ -10,7 +10,7 @@ searxng:
|
||||
main:
|
||||
image:
|
||||
repository: searxng/searxng
|
||||
tag: latest@sha256:c9100c29c14a77d5289263a671580226c3b8a396a1a0130d2f500f57076a0119
|
||||
tag: latest@sha256:37c616a774b90fb5df9239eb143f1b11866ddf7b830cd1ebcca6ba11b38cc2bf
|
||||
env:
|
||||
- name: SEARXNG_BASE_URL
|
||||
value: http://searxng-api.searxng:8080
|
||||
@@ -38,7 +38,7 @@ searxng:
|
||||
main:
|
||||
image:
|
||||
repository: searxng/searxng
|
||||
tag: latest@sha256:c9100c29c14a77d5289263a671580226c3b8a396a1a0130d2f500f57076a0119
|
||||
tag: latest@sha256:37c616a774b90fb5df9239eb143f1b11866ddf7b830cd1ebcca6ba11b38cc2bf
|
||||
env:
|
||||
- name: SEARXNG_BASE_URL
|
||||
value: https://searxng.alexlebens.net/
|
||||
|
||||
Reference in New Issue
Block a user