File tree 5 files changed +3
-48
lines changed
argo-cd/overlays/production
5 files changed +3
-48
lines changed Original file line number Diff line number Diff line change 1
- ---
2
-
3
- apiVersion : argoproj.io/v1alpha1
4
- kind : Application
5
- metadata :
6
- name : production
7
- namespace : argocd
8
- finalizers :
9
- - resources-finalizer.argocd.argoproj.io
10
- spec :
11
- project : production
12
- source :
13
- repoURL : https://github.com/vfarcic/combine-infra-services-apps.git
14
- targetRevision : HEAD
15
- path : controller
16
- destination :
17
- server : https://kubernetes.default.svc
18
- namespace : production
19
- syncPolicy :
20
- automated :
21
- selfHeal : true
22
- prune : true
23
-
Original file line number Diff line number Diff line change 18
18
name : argocd-server
19
19
port :
20
20
number : 80
21
- host : argo-cd.127.0.0.1.xip .io
21
+ host : argo-cd.127.0.0.1.nip .io
22
22
Original file line number Diff line number Diff line change 9
9
project : production
10
10
source :
11
11
path : argo-cd/overlays/production
12
- repoURL : https://github.com/vfarcic /combine-infra-services-apps
12
+ repoURL : https://github.com/MariusTH /combine-infra-services-apps
13
13
targetRevision : HEAD
14
14
destination :
15
15
server : https://kubernetes.default.svc
Original file line number Diff line number Diff line change 1
- apiVersion : argoproj.io/v1alpha1
2
- kind : Application
3
- metadata :
4
- name : devops-toolkit
5
- namespace : argocd
6
- finalizers :
7
- - resources-finalizer.argocd.argoproj.io
8
- spec :
9
- project : production
10
- source :
11
- path : devops-toolkit/app
12
- repoURL : https://github.com/vfarcic/combine-infra-services-apps
13
- targetRevision : HEAD
14
- destination :
15
- namespace : production
16
- server : https://1.2.3.4
17
- syncPolicy :
18
- automated :
19
- selfHeal : true
20
- prune : true
21
- syncOptions :
22
- - CreateNamespace=true
Original file line number Diff line number Diff line change 9
9
project : production
10
10
source :
11
11
path : gke
12
- repoURL : https://github.com/vfarcic /combine-infra-services-apps
12
+ repoURL : https://github.com/MariusTH /combine-infra-services-apps
13
13
targetRevision : HEAD
14
14
destination :
15
15
server : https://kubernetes.default.svc
You can’t perform that action at this time.
0 commit comments