Skip to content

Commit

Permalink
feat(dev): add registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 3, 2024
1 parent 0042ec2 commit dac33de
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions registry/clusters/dev/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: registry
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/mrsimonemms/infrastructure
path: registry/clusters/dev
targetRevision: HEAD
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 dac33de

Please sign in to comment.