frontend: update tag to master-e6bd63c

This commit is contained in:
woodpecker-bot 2026-02-20 13:56:59 +00:00
parent c7a4b55b25
commit 20338c47b0

View File

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