Files
storage/postgresql-dev/argocd.yaml
Mayne0213 f4ba1ef156 REFACTOR(argocd): remove cpu: null
- to fix ArgoCD drift detection
- Remove explicit cpu: null from limits (chart default is empty anyway)
- Remove ignoreDifferences workaround (no longer needed)
2026-01-05 00:39:12 +09:00

45 lines
1.1 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgresql-dev
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://charts.bitnami.com/bitnami
chart: postgresql
targetRevision: 16.2.1
helm:
valueFiles:
- $values/postgresql-dev/helm-values.yaml
- repoURL: https://github.com/Mayne0213/databases.git
targetRevision: main
ref: values
- repoURL: https://github.com/Mayne0213/databases.git
targetRevision: main
path: postgresql-dev
destination:
server: https://kubernetes.default.svc
namespace: postgresql-dev
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'
revisionHistoryLimit: 10