argo-cd/manifests/base/application-controller-deployment/argocd-application-controller-service.yaml
Ishita Sequeira 3fda27e8d9
fix(controller): fix application controller deployment crashing (#16984)
* fix application controller deployment crashing and update manifests

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>

* remove environment variable ARGOCD_ENABLE_DYNAMIC_CLUSTER_DISTRIBUTION

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>

* fix auto-generated docs

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>

---------

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
2024-02-05 21:09:35 +00:00

20 lines
No EOL
489 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/component: argocd-application-controller
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/part-of: argocd
name: argocd-application-controller
spec:
ports:
- name: application-controller
protocol: TCP
port: 8082
targetPort: 8082
- name: metrics
protocol: TCP
port: 8084
targetPort: 8084
selector:
app.kubernetes.io/name: argocd-application-controller