Skip to content

Commit e1706d5

Browse files
committed
Initial commit
1 parent 41dad16 commit e1706d5

File tree

5 files changed

+3
-48
lines changed

5 files changed

+3
-48
lines changed

apps.yaml

-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +0,0 @@
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-

argo-cd/overlays/production/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ spec:
1818
name: argocd-server
1919
port:
2020
number: 80
21-
host: argo-cd.127.0.0.1.xip.io
21+
host: argo-cd.127.0.0.1.nip.io
2222

controller/argo-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
project: production
1010
source:
1111
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
1313
targetRevision: HEAD
1414
destination:
1515
server: https://kubernetes.default.svc

controller/devops-toolkit.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +0,0 @@
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

controller/gke.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
project: production
1010
source:
1111
path: gke
12-
repoURL: https://github.com/vfarcic/combine-infra-services-apps
12+
repoURL: https://github.com/MariusTH/combine-infra-services-apps
1313
targetRevision: HEAD
1414
destination:
1515
server: https://kubernetes.default.svc

0 commit comments

Comments
 (0)