Skip to content

Commit

Permalink
Merge pull request #1656 from GiganticMinecraft/argo_metrics
Browse files Browse the repository at this point in the history
argo metrics enable
  • Loading branch information
outductor authored Jan 2, 2024
2 parents a58e2cf + 7d8a76f commit 9390f76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ spec:
targetRevision: 2.4.1
helm:
releaseName: argo-events
# values: |
values: |
controller:
metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
destination:
server: https://kubernetes.default.svc
namespace: argo-events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ spec:
helm:
releaseName: argo-workflows
values: |
controller:
metricsConfig:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
server:
secure: true
extraArgs:
Expand Down

0 comments on commit 9390f76

Please sign in to comment.