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:
2026-01-02 10:14:59 +09:00
parent d2660e6b42
commit b1d195958a
2 changed files with 7 additions and 3 deletions

View File

@@ -43,10 +43,9 @@ service:
type: ClusterIP
port: 9000
# Console service
# Console service disabled - using custom console-deployment.yaml instead
consoleService:
type: ClusterIP
port: 9001
enabled: false
# Environment variables
environment:

View File

@@ -7,6 +7,11 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
ignoreDifferences:
- group: apps
kind: StatefulSet
jqPathExpressions:
- .spec.template.spec.containers[].resources.limits
sources:
- repoURL: https://charts.bitnami.com/bitnami
chart: postgresql