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