Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ kind: ServiceMonitor
metadata:
name: argo-workflows
namespace: argo
labels:
release: {{ .Release.Name }}
spec:
endpoints:
- port: metrics
Expand All @@ -20,6 +22,8 @@ kind: ServiceMonitor
metadata:
name: infra-server
namespace: infra
labels:
release: {{ .Release.Name }}
spec:
endpoints:
- port: metrics
Expand Down
Loading