From c908c69386a64a02b5bee4c49c9255c3dc1b3e3c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 14:15:03 +0200 Subject: [PATCH] Add custom logs pvs --- ente-photos/custom-logs-persistentvolumeclaim.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ente-photos/custom-logs-persistentvolumeclaim.yaml diff --git a/ente-photos/custom-logs-persistentvolumeclaim.yaml b/ente-photos/custom-logs-persistentvolumeclaim.yaml new file mode 100644 index 0000000..5f0b6a8 --- /dev/null +++ b/ente-photos/custom-logs-persistentvolumeclaim.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + labels: + io.kompose.service: custom-logs + name: custom-logs +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 100Mi