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