chore: Update manifests after change
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: argocd-notifications-controller
|
||||
namespace: "argocd"
|
||||
labels:
|
||||
helm.sh/chart: argo-cd-9.5.0
|
||||
app.kubernetes.io/name: argocd-notifications-controller
|
||||
app.kubernetes.io/instance: argocd
|
||||
app.kubernetes.io/component: notifications-controller
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
app.kubernetes.io/version: "v3.3.6"
|
||||
spec:
|
||||
endpoints:
|
||||
- port: http-metrics
|
||||
path: /metrics
|
||||
honorLabels: false
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- argocd
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: argocd-metrics
|
||||
app.kubernetes.io/instance: argocd
|
||||
app.kubernetes.io/component: notifications-controller
|
||||
Reference in New Issue
Block a user