File tree Expand file tree Collapse file tree 4 files changed +69
-3
lines changed
kubernetes/argocd/maid-cafe-stacks Expand file tree Collapse file tree 4 files changed +69
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : argoproj.io/v1alpha1
3
+ kind : ApplicationSet
4
+ metadata :
5
+ name : argocd
6
+ spec :
7
+ goTemplate : true
8
+ goTemplateOptions : ["missingkey=error"]
9
+ generators :
10
+ - pullRequest :
11
+ github :
12
+ owner : acm-uic
13
+ repo : IaC
14
+ labels :
15
+ - ' :wheel_of_dharma: k8s'
16
+ - ' :eyes: preview'
17
+ requeueAfterSeconds : 60
18
+ template :
19
+ metadata :
20
+ name : ' {{if ne .branch_slug .target_branch_slug}}pr-{{.number}}-{{end}}argocd'
21
+ namespace : argocd
22
+ spec :
23
+ sources :
24
+ - repoURL : ' https://argoproj.github.io/argo-helm'
25
+ targetRevision : 8.0.14
26
+ chart : argo-cd
27
+ helm :
28
+ valueFiles :
29
+ - $values/kubernetes/argocd/maid-cafe-stacks/helm_charts/argocd/values.yml
30
+ - path : kubernetes/argocd/maid-cafe-stacks/helm_charts/argocd
31
+ repoURL :
' [email protected] :acm-uic/IaC.git'
32
+ targetRevision : ' {{.head_sha}}'
33
+ ref : values
34
+ directory :
35
+ recurse : true
36
+ include : ' *.yml'
37
+ exclude : values.yml
38
+ project : default
39
+ destination :
40
+ server : https://kubernetes.default.svc
41
+ namespace : ' {{if ne .branch_slug .target_branch_slug}}pr-{{end}}{{.branch_slug}}-{{.number}}'
42
+ syncPolicy :
43
+ syncOptions :
44
+ - CreateNamespace=true
45
+ automated :
46
+ prune : true
47
+ selfHeal : true
Original file line number Diff line number Diff line change 17
17
requeueAfterSeconds : 60
18
18
template :
19
19
metadata :
20
- name : ' {{if ne .head_short_sha .target_branch_sha }}pr-{{end}}{{.branch_slug}}-{{.number}}'
20
+ name : ' {{if ne .branch_slug .target_branch_slug }}pr-{{end}}{{.branch_slug}}-{{.number}}'
21
21
namespace : argocd
22
22
spec :
23
23
source :
27
27
project : default
28
28
destination :
29
29
server : https://kubernetes.default.svc
30
- namespace : ' {{if ne .head_short_sha .target_branch_sha }}pr-{{end}}{{.branch_slug}}-{{.number}}'
30
+ namespace : ' {{if ne .branch_slug .target_branch_slug }}pr-{{end}}{{.branch_slug}}-{{.number}}'
31
31
syncPolicy :
32
32
syncOptions :
33
33
- CreateNamespace=true
Original file line number Diff line number Diff line change
1
+ ---
2
+ redis-ha :
3
+ enabled : true
4
+
5
+ controller :
6
+ replicas : 1
7
+
8
+ server :
9
+ autoscaling :
10
+ enabled : true
11
+ minReplicas : 2
12
+
13
+ repoServer :
14
+ autoscaling :
15
+ enabled : true
16
+ minReplicas : 2
17
+
18
+ applicationSet :
19
+ replicas : 2
Original file line number Diff line number Diff line change 12
12
source :
13
13
path : kubernetes/argocd/maid-cafe-stacks/appsets
14
14
repoURL :
' [email protected] :acm-uic/IaC.git'
15
- targetRevision : ' feature/maid-cafe-argo '
15
+ targetRevision : ' main '
16
16
syncPolicy :
17
17
automated :
18
18
prune : true
You can’t perform that action at this time.
0 commit comments