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:
2025-12-17 18:00:30 +00:00
committed by Alex Lebens
parent 655e2d3f95
commit abb760236d
42 changed files with 1344 additions and 93 deletions

View File

@@ -51,8 +51,8 @@ spec:
memory: 128Mi
volumeMounts:
- mountPath: /config
name: config-new
name: config
volumes:
- name: config-new
- name: config
persistentVolumeClaim:
claimName: libation

View File

@@ -46,8 +46,8 @@ spec:
memory: 32Mi
volumeMounts:
- mountPath: /config
name: config-new
name: config
volumes:
- name: config-new
- name: config
persistentVolumeClaim:
claimName: libation

View File

@@ -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