Skip to content

Commit

Permalink
Merge pull request #23 from RobertKielty/arc-metrics
Browse files Browse the repository at this point in the history
makes gha arc emit metrics for prometheus
  • Loading branch information
RobertKielty authored Oct 28, 2024
2 parents 359e8c1 + 223e5fe commit 34778e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/cluster/equinix/arc/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ spec:
targetRevision: 0.9.3
helm:
releaseName: cncf-gha-controller
- repoURL: 'https://github.com/cncf/automation.git'
targetRevision: main
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: arc-systems
Expand All @@ -20,4 +23,4 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- ServerSideApply=true
4 changes: 4 additions & 0 deletions ci/cluster/equinix/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 34778e1

Please sign in to comment.