This commit is contained in:
dvirlabs 2026-02-20 16:01:26 +02:00
commit 5644e2280b

View File

@ -1,17 +1,13 @@
nameOverride: ""
fullnameOverride: ""
commonLabels: {}
commonAnnotations: {}
backend:
image:
repository: harbor.dvirlabs.com/my-apps/calink-backend
tag: latest
tag: master-e6bd63c
pullPolicy: IfNotPresent
replicas: 1
resources:
limits:
cpu: 500m
@ -19,26 +15,21 @@ backend:
requests:
cpu: 250m
memory: 256Mi
env:
- name: DATABASE_PATH
value: "/data/app.db"
persistence:
enabled: true
storageClass: "nfs-client"
size: 1Gi
mountPath: /data
service:
type: ClusterIP
port: 8000
healthCheck:
path: /health
initialDelaySeconds: 10
periodSeconds: 30
ingress:
enabled: true
className: "traefik"
@ -55,15 +46,12 @@ backend:
- secretName: api-calink-tls
hosts:
- api-calink.dvirlabs.com
frontend:
image:
repository: harbor.dvirlabs.com/my-apps/calink-frontend
tag: latest
tag: master-e6bd63c
pullPolicy: IfNotPresent
replicas: 1
resources:
limits:
cpu: 200m
@ -71,16 +59,13 @@ frontend:
requests:
cpu: 100m
memory: 128Mi
service:
type: ClusterIP
port: 80
healthCheck:
path: /
initialDelaySeconds: 5
periodSeconds: 30
ingress:
enabled: true
className: "traefik"