Automated Manifest Update (#2677)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2677 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 #2677.
This commit is contained in:
@@ -51,8 +51,8 @@ spec:
|
||||
memory: 128Mi
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config-new
|
||||
name: config
|
||||
volumes:
|
||||
- name: config-new
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: libation
|
||||
|
||||
@@ -46,8 +46,8 @@ spec:
|
||||
memory: 32Mi
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config-new
|
||||
name: config
|
||||
volumes:
|
||||
- name: config-new
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: libation
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: libation-config
|
||||
namespace: libation
|
||||
labels:
|
||||
app.kubernetes.io/name: libation-config
|
||||
app.kubernetes.io/instance: libation
|
||||
app.kubernetes.io/part-of: libation
|
||||
spec:
|
||||
storageClassName: nfs-client
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
volumeMode: Filesystem
|
||||
Reference in New Issue
Block a user