Try to fix tasko

This commit is contained in:
dvirlabs 2025-12-10 20:19:33 +02:00
parent 0ec5e372e0
commit 475ca84c4f

View File

@ -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