From e733d9e5584693809b4fd7ad325c9f35b78482a3 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Feb 2026 15:15:23 +0200 Subject: [PATCH] fix: add serviceAccount config and match postgres to deployed StatefulSet --- charts/tasko-chart/values.yaml | 15 ++++++++++----- manifests/tasko/values.yaml | 15 ++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/charts/tasko-chart/values.yaml b/charts/tasko-chart/values.yaml index b8b5811..c4e3944 100644 --- a/charts/tasko-chart/values.yaml +++ b/charts/tasko-chart/values.yaml @@ -118,16 +118,15 @@ postgres: persistence: enabled: true accessMode: ReadWriteOnce - storageClass: "nfs-client" - size: 10Gi + size: 8Gi resources: requests: cpu: 100m - memory: 256Mi + memory: 128Mi limits: - cpu: 1000m - memory: 1Gi + cpu: 500m + memory: 512Mi # Ingress configuration ingress: @@ -145,3 +144,9 @@ ingress: - secretName: tasko-tls hosts: - tasko.dvirlabs.com + +# Service Account configuration +serviceAccount: + create: true + annotations: {} + name: "" diff --git a/manifests/tasko/values.yaml b/manifests/tasko/values.yaml index b8b5811..c4e3944 100644 --- a/manifests/tasko/values.yaml +++ b/manifests/tasko/values.yaml @@ -118,16 +118,15 @@ postgres: persistence: enabled: true accessMode: ReadWriteOnce - storageClass: "nfs-client" - size: 10Gi + size: 8Gi resources: requests: cpu: 100m - memory: 256Mi + memory: 128Mi limits: - cpu: 1000m - memory: 1Gi + cpu: 500m + memory: 512Mi # Ingress configuration ingress: @@ -145,3 +144,9 @@ ingress: - secretName: tasko-tls hosts: - tasko.dvirlabs.com + +# Service Account configuration +serviceAccount: + create: true + annotations: {} + name: ""