frontend: update tag to master-ff612d2
This commit is contained in:
parent
b54d6382a3
commit
94c3cc4b7f
@ -1,7 +1,6 @@
|
|||||||
global:
|
global:
|
||||||
namespace: my-apps
|
namespace: my-apps
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
# Backend configuration
|
# Backend configuration
|
||||||
backend:
|
backend:
|
||||||
name: backend
|
name: backend
|
||||||
@ -10,12 +9,10 @@ backend:
|
|||||||
repository: harbor.dvirlabs.com/my-apps/tasko-backend
|
repository: harbor.dvirlabs.com/my-apps/tasko-backend
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8001
|
port: 8001
|
||||||
targetPort: 8001
|
targetPort: 8001
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
@ -23,10 +20,8 @@ backend:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHONUNBUFFERED: "1"
|
PYTHONUNBUFFERED: "1"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
@ -43,7 +38,6 @@ backend:
|
|||||||
- secretName: api-tasko-tls
|
- secretName: api-tasko-tls
|
||||||
hosts:
|
hosts:
|
||||||
- api-tasko.dvirlabs.com
|
- api-tasko.dvirlabs.com
|
||||||
|
|
||||||
# Frontend configuration
|
# Frontend configuration
|
||||||
frontend:
|
frontend:
|
||||||
name: frontend
|
name: frontend
|
||||||
@ -51,16 +45,13 @@ frontend:
|
|||||||
image:
|
image:
|
||||||
repository: harbor.dvirlabs.com/my-apps/tasko-frontend
|
repository: harbor.dvirlabs.com/my-apps/tasko-frontend
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "latest"
|
tag: "master-ff612d2"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VITE_API_URL: "https://api-tasko.dvirlabs.com"
|
VITE_API_URL: "https://api-tasko.dvirlabs.com"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
@ -68,7 +59,6 @@ frontend:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
@ -85,7 +75,6 @@ frontend:
|
|||||||
- secretName: tasko-tls
|
- secretName: tasko-tls
|
||||||
hosts:
|
hosts:
|
||||||
- tasko.dvirlabs.com
|
- tasko.dvirlabs.com
|
||||||
|
|
||||||
# PostgreSQL configuration
|
# PostgreSQL configuration
|
||||||
postgres:
|
postgres:
|
||||||
name: db
|
name: db
|
||||||
@ -93,17 +82,14 @@ postgres:
|
|||||||
repository: postgres
|
repository: postgres
|
||||||
tag: "16-alpine"
|
tag: "16-alpine"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
user: tasko_user
|
user: tasko_user
|
||||||
password: tasko_password
|
password: tasko_password
|
||||||
database: tasko_db
|
database: tasko_db
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 8Gi
|
size: 8Gi
|
||||||
storageClass: ""
|
storageClass: ""
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user