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 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:

View File

@@ -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