From c2f1c606302d906c4afe155b5e5dd12aa445025b Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 13 Nov 2023 00:40:49 +0100 Subject: [PATCH] tested a different storageclass for the calendar/main api postgres instance --- .../k3s/templates/deployments/calendar/postgres-volume.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml b/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml index 00fee4189..cfd320b0b 100644 --- a/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml +++ b/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml @@ -8,10 +8,10 @@ metadata: app.kubernetes.io/part-of: navigatum app.kubernetes.io/name: postgres spec: - storageClassName: longhorn + storageClassName: local-path accessModes: - ReadWriteOnce resources: requests: storage: 3Gi - {{ end}} +{{ end }}