Skip to content

Commit 20a8597

Browse files
committed
deploys gh arc via argo app
1 parent 84460e8 commit 20a8597

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

ci/cluster/oci/README.MD

Whitespace-only changes.

ci/cluster/oci/arc/arc.yaml

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

ci/cluster/oci/arc/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
metrics:
2+
controllerManagerAddr: ":8080"
3+
listenerAddr: ":8080"
4+
listenerEndpoint: "/metrics"

0 commit comments

Comments
 (0)