diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index b90d5089ecb2d..3521e45febb04 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -3726,8 +3726,11 @@ spec: protocol: TCP - port: 5557 protocol: TCP + - from: + - namespaceSelector: {} + ports: - port: 5558 - protocol: TCP + - protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 3bbd3fc445e98..5acf9d24f6947 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -3641,8 +3641,11 @@ spec: protocol: TCP - port: 5557 protocol: TCP + - from: + - namespaceSelector: {} + ports: - port: 5558 - protocol: TCP + - protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server diff --git a/manifests/install.yaml b/manifests/install.yaml index 3cf770a58d77f..9facf59b4f19b 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -2903,8 +2903,11 @@ spec: protocol: TCP - port: 5557 protocol: TCP + - from: + - namespaceSelector: {} + ports: - port: 5558 - protocol: TCP + - protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index b29edf7478ff0..83f6ed842bbc7 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -2818,8 +2818,11 @@ spec: protocol: TCP - port: 5557 protocol: TCP + - from: + - namespaceSelector: {} + ports: - port: 5558 - protocol: TCP + - protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server