Fix names

This commit is contained in:
dvirlabs 2025-07-03 08:15:26 +03:00
parent badce03710
commit 3dbb363c45
18 changed files with 10 additions and 9 deletions

View File

@ -8,7 +8,7 @@ spec:
source:
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
targetRevision: HEAD
path: charts/navix-helm
path: charts/navix-chart
helm:
valueFiles:
- ../../manifests/navix/values.yaml

View File

@ -8,7 +8,7 @@ spec:
source:
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
targetRevision: HEAD
path: charts/oramap
path: charts/oramap-chart
helm:
valueFiles:
- ../../manifests/oramap/values.yaml

View File

@ -1,7 +1,7 @@
frontend:
image:
repository: harbor.dvirlabs.com/my-apps/navix-front
tag: v7-no-cicd
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
@ -18,19 +18,21 @@ frontend:
- path: /
pathType: Prefix
env:
VITE_API_URL: "/api"
tag: master-6e29436
API_BASE: "https://navix.dvirlabs.com/api"
MINIO_ENDPOINT: "s3.dvirlabs.com"
MINIO_BUCKET: "navix-icons"
backend:
image:
repository: harbor.dvirlabs.com/my-apps/navix-back
tag: v3-no-cicd
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 8000
env:
MINIO_ACCESS_KEY: "TDJvsBmbkpUXpCw5M7LA"
MINIO_SECRET_KEY: "n9scR7W0MZy6FF0bznV98fSgXpdebIQjqZvEr1Yu"
MINIO_ACCESS_KEY: "your-access-key"
MINIO_SECRET_KEY: "your-secret-key"
MINIO_ENDPOINT: "s3.dvirlabs.com"
MINIO_BUCKET: "navix-icons"
ingress:
@ -44,4 +46,3 @@ backend:
paths:
- path: /api
pathType: Prefix
tag: master-6e29436