Skip to content

Commit 361dbba

Browse files
committed
k8s/arc: init
1 parent 8d32f24 commit 361dbba

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
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+
name: gha-runner-scale-set-controller
5+
namespace: apps
6+
spec:
7+
project: apps
8+
source:
9+
chart: gha-runner-scale-set-controller
10+
repoURL: ghcr.io/actions/actions-runner-controller-charts
11+
targetRevision: 0.10.1
12+
helm:
13+
releaseName: gha-runner-scale-set-controller
14+
destination:
15+
server: "https://kubernetes.default.svc"
16+
namespace: actions-runner-controller
17+
syncPolicy:
18+
automated:
19+
prune: true
20+
selfHeal: true
21+
allowEmpty: false

k8s/github-runners/namespace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: actions-runner-controller

0 commit comments

Comments
 (0)