frontend: update tag to master-ae27244
This commit is contained in:
parent
3bc2846d3c
commit
b5cb4aa3b5
@ -1,7 +1,6 @@
|
||||
global:
|
||||
namespace: my-apps
|
||||
imagePullSecrets: []
|
||||
|
||||
# Backend configuration
|
||||
backend:
|
||||
name: backend
|
||||
@ -10,12 +9,10 @@ backend:
|
||||
repository: harbor.dvirlabs.com/my-apps/brand-master-backend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
@ -23,7 +20,6 @@ backend:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
|
||||
env:
|
||||
PYTHONUNBUFFERED: "1"
|
||||
BACKEND_URL: "https://api-brand-master.dvirlabs.com"
|
||||
@ -38,12 +34,10 @@ backend:
|
||||
SMTP_USERNAME: ""
|
||||
SMTP_PASSWORD: ""
|
||||
SMTP_FROM: "noreply@brand-master.com"
|
||||
|
||||
# JWT Secret Key (IMPORTANT: Change this in production!)
|
||||
jwtSecretKey: "your-secret-key-change-this-in-production"
|
||||
jwtAlgorithm: "HS256"
|
||||
jwtExpireMinutes: "30"
|
||||
|
||||
# Persistent storage for product images
|
||||
persistence:
|
||||
enabled: true
|
||||
@ -51,7 +45,6 @@ backend:
|
||||
accessMode: ReadWriteOnce
|
||||
size: 15Gi
|
||||
mountPath: /app/uploads
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
@ -68,7 +61,6 @@ backend:
|
||||
- secretName: api-brand-master-tls
|
||||
hosts:
|
||||
- api-brand-master.dvirlabs.com
|
||||
|
||||
# Frontend configuration
|
||||
frontend:
|
||||
name: frontend
|
||||
@ -76,16 +68,13 @@ frontend:
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/brand-master-frontend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
|
||||
tag: "master-ae27244"
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
|
||||
env:
|
||||
VITE_API_URL: "https://api-brand-master.dvirlabs.com"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
@ -93,7 +82,6 @@ frontend:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
@ -110,7 +98,6 @@ frontend:
|
||||
- secretName: brand-master-tls
|
||||
hosts:
|
||||
- brand-master.dvirlabs.com
|
||||
|
||||
# PostgreSQL configuration
|
||||
postgres:
|
||||
name: db
|
||||
@ -118,23 +105,19 @@ postgres:
|
||||
repository: harbor.dvirlabs.com/base-images/postgres
|
||||
tag: "16-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
user: brand_master_user
|
||||
password: brand_master_password
|
||||
database: brand_master_db
|
||||
port: 5432
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
storageClass: "nfs-client"
|
||||
size: 10Gi
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
@ -142,16 +125,13 @@ postgres:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
|
||||
# Service Account
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
name: ""
|
||||
|
||||
# Pod annotations
|
||||
podAnnotations: {}
|
||||
|
||||
# Pod security context
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
@ -167,9 +147,7 @@ securityContext: {}
|
||||
|
||||
# Node selector
|
||||
nodeSelector: {}
|
||||
|
||||
# Tolerations
|
||||
tolerations: []
|
||||
|
||||
# Affinity
|
||||
affinity: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user