Skip to content

Commit d09565a

Browse files
committed
argocd: point app1 and monitoring to internal Gitea infra repo; remove duplicate monitoring app
1 parent 34bf1c8 commit d09565a

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

gitops/argocd/applications/app1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
project: default
1010
source:
11-
repoURL: https://github.com/micheal-ndoh/cloud-native.git
11+
repoURL: http://gitea.gitea.svc.cluster.local:3000/michealndoh/Cloud-native-infra.git
1212
targetRevision: HEAD
1313
path: apps/app1
1414
destination:

gitops/argocd/applications/monitoring.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,6 @@ spec:
2020
selfHeal: true
2121
syncOptions:
2222
- CreateNamespace=true
23-
apiVersion: argoproj.io/v1alpha1
24-
kind: Application
25-
metadata:
26-
name: monitoring
27-
namespace: argocd
28-
finalizers:
29-
- resources-finalizer.argocd.argoproj.io
30-
spec:
31-
project: default
32-
source:
33-
repoURL: https://github.com/micheal-ndoh/cloud-native.git
34-
targetRevision: HEAD
35-
path: monitoring
36-
destination:
37-
server: https://kubernetes.default.svc
38-
namespace: monitoring
39-
syncPolicy:
40-
automated:
41-
prune: true
42-
selfHeal: true
43-
syncOptions:
44-
- CreateNamespace=true
4523
retry:
4624
limit: 5
4725
backoff:

0 commit comments

Comments
 (0)