Skip to content

Commit

Permalink
deploys gh arc via argo app
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKielty committed Jan 13, 2025
1 parent 84460e8 commit c362c14
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Empty file removed ci/cluster/oci/README.MD
Empty file.
28 changes: 28 additions & 0 deletions ci/cluster/oci/arc/arc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: github-arc
namespace: argocd
spec:
project: default
destination:
server: "https://kubernetes.default.svc"
namespace: arc-systems
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
sources:
- repoURL: ghcr.io/actions/actions-runner-controller-charts
chart: gha-runner-scale-set-controller
targetRevision: 0.10.1
helm:
releaseName: cncf-gha-controller
valueFiles:
- $values/ci/cluster/oci/arc/values.yaml
- ref: values
repoURL: https://github.com/cncf/automation.git
targetRevision: main
4 changes: 4 additions & 0 deletions ci/cluster/oci/arc/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
metrics:
controllerManagerAddr: ":8080"
listenerAddr: ":8080"
listenerEndpoint: "/metrics"

0 comments on commit c362c14

Please sign in to comment.