Newer
Older
KubernetesApplication / ArgoCD / manifests / base / applicationset-controller / argocd-applicationset-controller-service.yaml
@yangyang xie yangyang xie on 31 Aug 2022 485 bytes add more k8s bundle
apiVersion: v1
kind: Service
metadata:
  labels:
    app.kubernetes.io/component: controller
    app.kubernetes.io/name: argocd-applicationset-controller
    app.kubernetes.io/part-of: argocd-applicationset
  name: argocd-applicationset-controller
spec:
  ports:
  - name: webhook
    port: 7000
    protocol: TCP
    targetPort: webhook
  - name: metrics
    port: 8080
    protocol: TCP
    targetPort: metrics
  selector:
    app.kubernetes.io/name: argocd-applicationset-controller