Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-k8s

This commit is contained in:
Nico Schottelius 2021-07-17 20:13:10 +02:00
commit ab3123c125
3 changed files with 15 additions and 5 deletions

View File

@ -112,6 +112,8 @@ spec:
containers:
- name: certbot
image: ungleich/ungleich-certbot
imagePullPolicy: Always
ports:
- containerPort: 80
env:

View File

@ -67,14 +67,12 @@ spec:
mountPath: "/var/lib/postgresql/data"
subPath: postgres
- name: matrix
image: matrixdotorg/synapse:v{{ .Values.synapseVersion }}
image: ungleich/ungleich-matrix-synapse:{{ .Values.synapseVersion }}
ports:
- containerPort: 8008
env:
- name: SYNAPSE_CONFIG_DIR
value: "/config"
# - name: SYNAPSE_CONFIG_PATH
# value: "/config/homeserver.yaml"
volumeMounts:
- name: data
mountPath: "/data"
@ -96,6 +94,11 @@ spec:
- name: matrix-config
configMap:
name: {{ tpl .Values.identifier . }}-matrix-config
items:
- key: homeserver.yaml
path: homeserver.yaml
- key: log.yaml
path: log.yaml
---
apiVersion: v1
@ -236,8 +239,9 @@ metadata:
annotations:
secret-generator.v1.mittwald.de/autogenerate: POSTGRES_PASSWORD
data:
POSTGRES_USER: matrix-synapse
POSTGRES_DB: matrix-synapse
POSTGRES_USER: "matrix-synapse"
POSTGRES_DB: "matrix-synapse"
POSTGRES_HOST: "localhost"
---
apiVersion: v1
kind: ConfigMap

View File

@ -119,3 +119,7 @@ Especially these:
finalizers:
- cephblockpool.ceph.rook.io
```
## Other flux related problems
* The host is not cleared / old /var/lib/rook is persisting