Automated Manifest Update (#2485)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2485
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2485.
This commit is contained in:
2025-12-13 18:50:22 +00:00
committed by Alex Lebens
parent c352b478a8
commit e9808c7c5e

View File

@@ -35,6 +35,33 @@ spec:
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- command:
- /bin/sh
- -ec
- |
cp -f /tmp/config.yaml /data/config.yml
cp -f /tmp/mautrix-whatsapp-registration.yaml /data/registration.yml
image: busybox:1.37.0
imagePullPolicy: IfNotPresent
name: init-copy-config
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /tmp/config.yaml
mountPropagation: None
name: config
readOnly: true
subPath: config.yaml
- mountPath: /data
name: data
- mountPath: /tmp/mautrix-whatsapp-registration.yaml
mountPropagation: None
name: registration
readOnly: true
subPath: mautrix-whatsapp-registration.yaml
containers:
- image: dock.mau.dev/mautrix/whatsapp:v0.2511.0
imagePullPolicy: IfNotPresent
@@ -44,11 +71,6 @@ spec:
cpu: 10m
memory: 64Mi
volumeMounts:
- mountPath: /data/config.yaml
mountPropagation: None
name: config
readOnly: true
subPath: config.yaml
- mountPath: /data
name: data
volumes:
@@ -58,3 +80,6 @@ spec:
- name: data
persistentVolumeClaim:
claimName: mautrix-whatsapp
- name: registration
secret:
secretName: mautrix-whatsapp-config-secret