apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: peikarband namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git targetRevision: HEAD path: helm/peikarband helm: releaseName: peikarband valueFiles: - values-production.yaml destination: server: https://kubernetes.default.svc namespace: peikarband 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 revisionHistoryLimit: 10 ignoreDifferences: - group: apps kind: Deployment jsonPointers: - /spec/replicas