This commit is contained in:
dvirlabs 2026-04-03 13:34:57 +03:00
commit a4bc5a566a
3 changed files with 6 additions and 12 deletions

View File

@ -9,7 +9,7 @@ backend:
image:
repository: harbor.dvirlabs.com/my-apps/invy-backend
pullPolicy: IfNotPresent
tag: "master-82315dd"
tag: "master-45604b5"
service:
type: ClusterIP
port: 8000
@ -55,7 +55,7 @@ frontend:
image:
repository: harbor.dvirlabs.com/my-apps/invy-frontend
pullPolicy: IfNotPresent
tag: "master-bc6ddf8"
tag: "master-9c7b477"
service:
type: ClusterIP
port: 80

View File

@ -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
@ -16,7 +14,7 @@ backend:
image:
repository: harbor.dvirlabs.com/my-apps/ipify-backend
pullPolicy: Always
tag: master-894b429
tag: master-3d4e39e
service:
type: ClusterIP
port: 8000
@ -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

View File

@ -1,9 +1,8 @@
imagePullSecrets:
- name: harbor-regcred
frontend:
image: harbor.dvirlabs.com/my-apps/labmap-frontend
tag: latest
tag: develop-eb46950
port: 80
ingress:
enabled: true
@ -12,7 +11,7 @@ frontend:
API_BASE: "https://api-labmap.dvirlabs.com"
backend:
image: harbor.dvirlabs.com/my-apps/labmap-backend
tag: "latest"
tag: "develop-eb46950"
port: 8000
ingress:
enabled: false