chore: Update manifests after change

This commit is contained in:
2025-12-04 21:04:17 +00:00
parent 0829fe6c55
commit 59728de3d5
2107 changed files with 366278 additions and 380958 deletions

View File

@@ -0,0 +1,25 @@
---
# Source: argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml
apiVersion: v1
kind: Service
metadata:
name: argocd-notifications-controller-metrics
namespace: argocd
labels:
helm.sh/chart: argo-cd-9.1.5
app.kubernetes.io/name: argocd-metrics
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.2.1"
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argocd
ports:
- name: http-metrics
protocol: TCP
port: 9001
targetPort: metrics