Automated Manifest Update (#2702)

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

Reviewed-on: #2702
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 #2702.
This commit is contained in:
2025-12-18 04:34:19 +00:00
committed by Alex Lebens
parent 176e98ad2d
commit 73191560b4

View File

@@ -11,7 +11,7 @@ metadata:
namespace: matrix-synapse namespace: matrix-synapse
spec: spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
replicas: 1 replicas: 0
podManagementPolicy: OrderedReady podManagementPolicy: OrderedReady
updateStrategy: updateStrategy:
type: RollingUpdate type: RollingUpdate
@@ -35,39 +35,8 @@ spec:
hostNetwork: false hostNetwork: false
hostPID: false hostPID: false
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
initContainers:
- command:
- /bin/sh
- -ec
- |
echo ">> Coping files ..."
ls /tmp
cp -fv /tmp/config.yaml /data/config.yaml
cp -fv /tmp/mautrix-whatsapp-registration.yaml /data/registration.yaml
echo ">> Files in data:"
ls /data
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: containers:
- image: dock.mau.dev/mautrix/whatsapp:v0.2511.0 - image: dock.mau.dev/mautrix/whatsapp:v0.2512.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: main name: main
resources: resources: