Files
infrastructure/clusters/cl01tl/manifests/argocd/Service-argocd-notifications-controller-metrics.yaml
gitea-bot c0a56b6a9d Automated Manifest Update (#2263)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2263
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-05 04:17:53 +00:00

26 lines
719 B
YAML

---
# 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.6
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