Compare commits
3 Commits
b55ab55ae3
...
f0c76dad50
| Author | SHA1 | Date | |
|---|---|---|---|
|
f0c76dad50
|
|||
| cae7691b61 | |||
| 9833d65d8b |
@@ -315,7 +315,7 @@ mautrix-whatsapp:
|
|||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
type: statefulset
|
type: statefulset
|
||||||
replicas: 0
|
replicas: 1
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
# initContainers:
|
# initContainers:
|
||||||
# init-copy-config:
|
# init-copy-config:
|
||||||
@@ -415,9 +415,9 @@ postgres-18-cluster:
|
|||||||
- name: mautrix-discord
|
- name: mautrix-discord
|
||||||
ensure: present
|
ensure: present
|
||||||
owner: app
|
owner: app
|
||||||
# - name: mautrix-whatsapp
|
- name: mautrix-whatsapp
|
||||||
# ensure: present
|
ensure: present
|
||||||
# owner: app
|
owner: app
|
||||||
valkey-matrix-synapse:
|
valkey-matrix-synapse:
|
||||||
valkey:
|
valkey:
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ site-documentation:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/site-documentation
|
repository: harbor.alexlebens.net/images/site-documentation
|
||||||
tag: 0.15.0
|
tag: 0.16.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user