Skip to content

Commit

Permalink
feat(registry): create argocd registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 2, 2024
1 parent 0042ec2 commit 62e88e2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions registry/clusters/dev/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: registry
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1001"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/mrsimonemms/infrastructure.git
path: registry/clusters/dev
targetRevision: sje/argo-registry
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 5
backoff:
duration: 5s
maxDuration: 5m0s
factor: 2

0 comments on commit 62e88e2

Please sign in to comment.