frontend: update tag to master-ff612d2

This commit is contained in:
woodpecker-bot 2025-12-10 17:47:26 +00:00
parent b54d6382a3
commit 94c3cc4b7f

View File

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