Newer
Older
KubernetesApplication / ArgoCD / manifests / base / notification / argocd-notifications-controller-metrics-service.yaml
@yangyang xie yangyang xie on 31 Aug 2022 324 bytes add more k8s bundle
apiVersion: v1
kind: Service
metadata:
  labels:
    app.kubernetes.io/name: argocd-notifications-controller-metrics
  name: argocd-notifications-controller-metrics
spec:
  ports:
  - name: metrics
    protocol: TCP
    port: 9001
    targetPort: 9001
  selector:
    app.kubernetes.io/name: argocd-notifications-controller