File tree 3 files changed +32
-0
lines changed
3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : github-arc
5
+ namespace : argocd
6
+ spec :
7
+ project : default
8
+ destination :
9
+ server : " https://kubernetes.default.svc"
10
+ namespace : arc-systems
11
+ syncPolicy :
12
+ automated :
13
+ prune : true
14
+ selfHeal : true
15
+ syncOptions :
16
+ - CreateNamespace=true
17
+ - ServerSideApply=true
18
+ sources :
19
+ - repoURL : ghcr.io/actions/actions-runner-controller-charts
20
+ chart : gha-runner-scale-set-controller
21
+ targetRevision : 0.10.1
22
+ helm :
23
+ releaseName : cncf-gha-controller
24
+ valueFiles :
25
+ - $values/ci/cluster/oci/arc/values.yaml
26
+ - ref : values
27
+ repoURL : https://github.com/cncf/automation.git
28
+ targetRevision : main
Original file line number Diff line number Diff line change
1
+ metrics :
2
+ controllerManagerAddr : " :8080"
3
+ listenerAddr : " :8080"
4
+ listenerEndpoint : " /metrics"
You can’t perform that action at this time.
0 commit comments