Files
applications/docusaurus/argocd.yaml
Mayne0213 7bebfca3be REFACTOR(repo): remove template annot from ignoreD
- Allow ArgoCD to detect pod template annotation changes
- Required for source-hash based deployment triggers
2026-01-05 00:43:51 +09:00

47 lines
1.0 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: docusaurus
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://github.com/Mayne0213/applications.git
targetRevision: main
path: docusaurus
destination:
server: https://kubernetes.default.svc
namespace: docusaurus
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
ignoreDifferences:
- group: apps
kind: Deployment
jqPathExpressions:
- .metadata.annotations
- group: ''
kind: Service
name: docusaurus
namespace: docusaurus
jsonPointers:
- /spec/clusterIP