mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* 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>
20 lines
No EOL
489 B
YAML
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 |