chart and ci tweaks
This commit is contained in:
@@ -23,7 +23,7 @@ postgres:
|
||||
storageClass: ""
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
memory: "512Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
@@ -48,7 +48,7 @@ minio:
|
||||
storageClass: ""
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "1Gi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
@@ -75,7 +75,7 @@ app:
|
||||
minioEndpoint: "warehouse13-minio:9000"
|
||||
resources:
|
||||
requests:
|
||||
memory: "384Mi"
|
||||
memory: "768Mi"
|
||||
cpu: "350m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
@@ -96,20 +96,20 @@ app:
|
||||
|
||||
# Ingress
|
||||
ingress:
|
||||
enabled: false
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
annotations:
|
||||
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt"
|
||||
hosts:
|
||||
- host: warehouse13.example.com
|
||||
- host: warehouse13.common.global.bsf.tools
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend: app # All traffic goes to unified app (serves both API and frontend)
|
||||
tls: []
|
||||
# - secretName: warehouse13-tls
|
||||
# hosts:
|
||||
# - warehouse13.example.com
|
||||
tls:
|
||||
- secretName: warehouse13-tls
|
||||
hosts:
|
||||
- warehouse13.common.global.bsf.tools
|
||||
|
||||
# Service Account
|
||||
serviceAccount:
|
||||
|
||||
Reference in New Issue
Block a user