frontend: update tag to master-02074aa

This commit is contained in:
woodpecker-bot 2026-03-24 23:53:36 +00:00
parent 6a3bbd9f44
commit 094f6d9a19

View File

@ -1,8 +1,6 @@
replicaCount: 1
imagePullSecrets:
- name: harbor-regcred
# Backend API configuration
backend:
image:
@ -18,12 +16,11 @@ backend:
requests:
cpu: 100m
memory: 128Mi
# Frontend Nginx configuration
frontend:
image:
repository: harbor.dvirlabs.com/my-apps/oramap-frontend
tag: "latest"
tag: "master-02074aa"
pullPolicy: IfNotPresent
containerPort: 80
replicaCount: 1
@ -34,7 +31,6 @@ frontend:
requests:
cpu: 50m
memory: 64Mi
service:
type: ClusterIP
backend:
@ -43,7 +39,6 @@ service:
frontend:
port: 80
targetPort: 80
ingress:
enabled: true
className: "traefik"