Skip to content

Commit

Permalink
k8s/arc: init
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal committed Dec 22, 2024
1 parent e183c2f commit 26d224c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions k8s/github-runners/actions-runner-controller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gha-runner-scale-set-controller
namespace: apps
spec:
project: apps
source:
chart: gha-runner-scale-set-controller
repoURL: https://ghcr.io/actions/actions-runner-controller-charts
targetRevision: 0.10.1
helm:
releaseName: gha-runner-scale-set-controller
destination:
server: "https://kubernetes.default.svc"
namespace: actions-runner-controller
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
4 changes: 4 additions & 0 deletions k8s/github-runners/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: actions-runner-controller

0 comments on commit 26d224c

Please sign in to comment.