File tree Expand file tree Collapse file tree 5 files changed +85
-0
lines changed
components/temporal-codec-server Expand file tree Collapse file tree 5 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : temporal-codec-server-components
5+ namespace : argocd
6+ annotations :
7+ argocd.argoproj.io/sync-wave : " 40"
8+ finalizers :
9+ - resources-finalizer.argocd.argoproj.io
10+ spec :
11+ project : default
12+ source :
13+ repoURL : https://github.com/mrsimonemms/infrastructure
14+ path : registry/components/temporal-codec-server
15+ targetRevision : HEAD
16+ kustomize :
17+ patches : []
18+ destination :
19+ server : https://kubernetes.default.svc
20+ namespace : temporal-codec-server
21+ syncPolicy :
22+ automated :
23+ prune : true
24+ selfHeal : true
25+ syncOptions :
26+ - CreateNamespace=true
Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : temporal-codec-server-components
5+ namespace : argocd
6+ annotations :
7+ argocd.argoproj.io/sync-wave : " 40"
8+ finalizers :
9+ - resources-finalizer.argocd.argoproj.io
10+ spec :
11+ project : default
12+ source :
13+ repoURL : https://github.com/mrsimonemms/infrastructure
14+ path : registry/components/temporal-codec-server
15+ targetRevision : HEAD
16+ destination :
17+ server : https://kubernetes.default.svc
18+ namespace : codec
19+ syncPolicy :
20+ automated :
21+ prune : true
22+ selfHeal : true
23+ syncOptions :
24+ - CreateNamespace=true
Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : temporal-codec-server
5+ namespace : argocd
6+ annotations :
7+ argocd.argoproj.io/sync-wave : " 10"
8+ spec :
9+ project : default
10+ source :
11+ chart : temporal-codec-server
12+ repoURL : ghcr.io/mrsimonemms
13+ targetRevision : 0.1.0
14+ helm :
15+ valuesObject : {å}
16+ destination :
17+ server : https://kubernetes.default.svc
18+ namespace : codec
19+ syncPolicy :
20+ automated :
21+ prune : true
22+ selfHeal : true
23+ syncOptions :
24+ - CreateNamespace=true
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ resources :
4+ - application.yaml
5+ - namespace.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Namespace
3+ metadata :
4+ name : codec
5+ annotations :
6+ argocd.argoproj.io/sync-wave : " -1"
You can’t perform that action at this time.
0 commit comments