From 475ca84c4fba37e79e768969d44d1ba438005d19 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 10 Dec 2025 20:19:33 +0200 Subject: [PATCH] Try to fix tasko --- manifests/tasko/values.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manifests/tasko/values.yaml b/manifests/tasko/values.yaml index 0e05ee2..68db062 100644 --- a/manifests/tasko/values.yaml +++ b/manifests/tasko/values.yaml @@ -1,6 +1,9 @@ global: namespace: my-apps imagePullSecrets: [] + +imagePullSecrets: [] + # Backend configuration backend: name: backend @@ -22,7 +25,8 @@ backend: cpu: 500m memory: 512Mi env: - PYTHONUNBUFFERED: "1" + - name: PYTHONUNBUFFERED + value: "1" ingress: enabled: true className: "traefik" @@ -53,7 +57,8 @@ frontend: port: 80 targetPort: 80 env: - VITE_API_URL: "https://api-tasko.dvirlabs.com" + - name: VITE_API_URL + value: "https://api-tasko.dvirlabs.com" resources: requests: cpu: 50m