Automated Manifest Update (#2844)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2844 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 #2844.
This commit is contained in:
@@ -33,6 +33,31 @@ spec:
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
initContainers:
|
||||
- command:
|
||||
- /bin/sh
|
||||
- -ec
|
||||
- |
|
||||
echo ">> Coping files ..."
|
||||
ls /tmp
|
||||
cp -fv /tmp/config.json /app/config/config.json
|
||||
echo ">> Files in config:"
|
||||
ls /app/config
|
||||
image: busybox:1.37.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: init-copy-config
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
volumeMounts:
|
||||
- mountPath: /app/config
|
||||
name: config
|
||||
- mountPath: /tmp/config.json
|
||||
mountPropagation: None
|
||||
name: secret
|
||||
readOnly: true
|
||||
subPath: config.json
|
||||
containers:
|
||||
- env:
|
||||
- name: TZ
|
||||
@@ -76,11 +101,6 @@ spec:
|
||||
- mountPath: /music
|
||||
name: music
|
||||
readOnly: true
|
||||
- mountPath: /app/config/config.json
|
||||
mountPropagation: None
|
||||
name: secret
|
||||
readOnly: true
|
||||
subPath: config.json
|
||||
- mountPath: /app/Transfer
|
||||
name: transfer
|
||||
volumes:
|
||||
|
||||
@@ -23,11 +23,6 @@ spec:
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
moverSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
|
||||
@@ -23,11 +23,6 @@ spec:
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
moverSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
|
||||
@@ -23,11 +23,6 @@ spec:
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
moverSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
|
||||
@@ -23,11 +23,6 @@ spec:
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
moverSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
|
||||
@@ -23,11 +23,6 @@ spec:
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
moverSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
|
||||
@@ -23,11 +23,6 @@ spec:
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
moverSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
|
||||
Reference in New Issue
Block a user