FIX(postgresql): minio and pg-dev sync issues
- MinIO: Disable consoleService (duplicate with console-deployment.yaml) - postgresql-dev: Add ignoreDifferences for CPU limits to prevent OutOfSync
This commit is contained in:
@@ -43,10 +43,9 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
||||||
# Console service
|
# Console service disabled - using custom console-deployment.yaml instead
|
||||||
consoleService:
|
consoleService:
|
||||||
type: ClusterIP
|
enabled: false
|
||||||
port: 9001
|
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -7,6 +7,11 @@ metadata:
|
|||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: apps
|
||||||
|
kind: StatefulSet
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.template.spec.containers[].resources.limits
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://charts.bitnami.com/bitnami
|
- repoURL: https://charts.bitnami.com/bitnami
|
||||||
chart: postgresql
|
chart: postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user