From f740637c4edd89558befb866d34bcef8540d94b7 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Tue, 3 Oct 2023 00:50:45 +0200 Subject: [PATCH] revert: "refactor(cherry/ingress-nginx): enable proxyprotocol and use service type nodeport" This reverts commit 01161924aabd8108f3736888756d61db98e9554d. --- clusters/cherry/apps/ingress-nginx.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/cherry/apps/ingress-nginx.yaml b/clusters/cherry/apps/ingress-nginx.yaml index 2a9fce1..560333b 100644 --- a/clusters/cherry/apps/ingress-nginx.yaml +++ b/clusters/cherry/apps/ingress-nginx.yaml @@ -23,6 +23,7 @@ spec: valuesObject: ingressClassResource: default: true + # TODO: enable proxy protocol controller: kind: DaemonSet updateStrategy: @@ -30,11 +31,10 @@ spec: rollingUpdate: maxUnavailable: 1 service: - type: NodePort - nodePorts: - http: 32080 - https: 32443 + # TODO: use Service .spec.type: NodePort + type: ClusterIP + hostPort: + enabled: true config: allow-snippet-annotations: "true" generate-request-id: "true" - use-proxy-protocol: "true"