Skip to content

Commit

Permalink
argo metrics enable
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 2, 2024
1 parent a58e2cf commit 7d8a76f
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 7d8a76f

Please sign in to comment.