Jonathan West

Results 79 comments of Jonathan West

Red Hat external issue tracker: https://issues.redhat.com/browse/GITOPS-3987

Gerald notes that the following ServiceMonitor worked for him: ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: argo-rollouts-metrics spec: endpoints: - port: metrics selector: matchLabels: app.kubernetes.io/name: argo-rollouts-metrics ``` Siddhesh notes that...