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