Merge branch 'master' of https://git.dvirlabs.com/dvirlabs/my-apps
This commit is contained in:
commit
a4bc5a566a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user