Automated Manifest Update (#2701)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2701 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 #2701.
This commit is contained in:
@@ -35,37 +35,6 @@ spec:
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
initContainers:
|
||||
- command:
|
||||
- /bin/sh
|
||||
- -ec
|
||||
- |
|
||||
echo ">> Coping files ..."
|
||||
ls /tmp
|
||||
cp -fv /tmp/config.yaml /data/config.yaml
|
||||
cp -fv /tmp/mautrix-discord-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-discord-registration.yaml
|
||||
mountPropagation: None
|
||||
name: registration
|
||||
readOnly: true
|
||||
subPath: mautrix-discord-registration.yaml
|
||||
containers:
|
||||
- image: dock.mau.dev/mautrix/discord:v0.7.5
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
namespace: matrix-synapse
|
||||
spec:
|
||||
revisionHistoryLimit: 3
|
||||
replicas: 0
|
||||
replicas: 1
|
||||
podManagementPolicy: OrderedReady
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
|
||||
Reference in New Issue
Block a user