frontend: update tag to master-3d4e39e
This commit is contained in:
parent
5058acdb14
commit
fa02b51a4a
@ -5,10 +5,8 @@ app:
|
||||
name: ipify
|
||||
version: "1.0.0"
|
||||
description: "IP Subnet Calculator with React + Vite frontend and FastAPI backend"
|
||||
|
||||
imagePullSecrets:
|
||||
- name: harbor-regcred
|
||||
|
||||
# Backend configuration
|
||||
backend:
|
||||
name: ipify-backend
|
||||
@ -44,7 +42,6 @@ backend:
|
||||
- secretName: api-ipify-tls
|
||||
hosts:
|
||||
- api-ipify.dvirlabs.com
|
||||
|
||||
# Frontend configuration
|
||||
frontend:
|
||||
name: ipify-frontend
|
||||
@ -52,7 +49,7 @@ frontend:
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/ipify-frontend
|
||||
pullPolicy: Always
|
||||
tag: master-67d217c
|
||||
tag: master-3d4e39e
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
@ -80,11 +77,9 @@ frontend:
|
||||
- secretName: ipify-tls
|
||||
hosts:
|
||||
- ipify.dvirlabs.com
|
||||
|
||||
# Environment variables
|
||||
env:
|
||||
backendUrl: "https://api-ipify.dvirlabs.com"
|
||||
|
||||
# Ingress configuration (kept for compatibility)
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user