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

View File

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

View File

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