Try to fix tasko
This commit is contained in:
parent
0ec5e372e0
commit
475ca84c4f
@ -1,6 +1,9 @@
|
|||||||
global:
|
global:
|
||||||
namespace: my-apps
|
namespace: my-apps
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
|
imagePullSecrets: []
|
||||||
|
|
||||||
# Backend configuration
|
# Backend configuration
|
||||||
backend:
|
backend:
|
||||||
name: backend
|
name: backend
|
||||||
@ -22,7 +25,8 @@ backend:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
env:
|
env:
|
||||||
PYTHONUNBUFFERED: "1"
|
- name: PYTHONUNBUFFERED
|
||||||
|
value: "1"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
@ -53,7 +57,8 @@ frontend:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
env:
|
env:
|
||||||
VITE_API_URL: "https://api-tasko.dvirlabs.com"
|
- name: VITE_API_URL
|
||||||
|
value: "https://api-tasko.dvirlabs.com"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user