Skip to content

Commit d7fa716

Browse files
author
dare
committed
apps gitops
1 parent e91524c commit d7fa716

File tree

4 files changed

+623
-0
lines changed

4 files changed

+623
-0
lines changed

argocd/apps-of-apps/app-of-apps.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
finalizers:
5+
- resources-finalizer.argocd.argoproj.io
6+
name: app-of-apps
7+
spec:
8+
destination:
9+
server: https://8163BB1F9F0C9E9CA97578A675922B13.yl4.eu-west-2.eks.amazonaws.com
10+
namespace: argocd
11+
project: default
12+
source:
13+
path: appsets
14+
repoURL: "https://gitlab.com/dareyio-live/devops/gitops.git"
15+
targetRevision: main
16+
syncPolicy:
17+
automated:
18+
prune: true
19+
selfHeal: true
20+
syncOptions:
21+
- CreateNamespace=true
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: kube-state-metrics
5+
namespace: argocd
6+
spec:
7+
project: default
8+
sources:
9+
- repoURL: 'https://charts.bitnami.com/bitnami'
10+
chart: kube-state-metrics
11+
targetRevision: 3.11.3
12+
- repoURL: '[email protected]:dareyio/terraform-aws-pipeline.git'
13+
targetRevision: main
14+
ref: values
15+
16+
# chart: kube-state-metrics
17+
# repoURL: https://charts.bitnami.com/bitnami
18+
# targetRevision: 3.11.3
19+
# helm:
20+
# releaseName: kube-state-metrics
21+
# valueFiles:
22+
# - values-production.yaml
23+
# destination:
24+
# server: "https://kubernetes.default.svc"
25+
# namespace: monitoring

argocd/appsets/sealed-secrets.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: sealed-secrets
5+
namespace: argocd
6+
spec:
7+
project: default
8+
source:
9+
chart: sealed-secrets
10+
repoURL: https://bitnami-labs.github.io/sealed-secrets
11+
targetRevision: 1.16.1
12+
helm:
13+
releaseName: sealed-secrets
14+
valueFiles:
15+
- values-production.yaml
16+
destination:
17+
server: "https://kubernetes.default.svc"
18+
namespace: kubeseal

0 commit comments

Comments
 (0)