From 9a773a16ce2ad4792bede1cf35f50145d3ac802a Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 7 Apr 2024 10:58:32 +1000 Subject: [PATCH] Update nginx ingress config --- manifests/nginx-ingress.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/nginx-ingress.yaml b/manifests/nginx-ingress.yaml index 32b2bf4..2dbd6c1 100644 --- a/manifests/nginx-ingress.yaml +++ b/manifests/nginx-ingress.yaml @@ -57,6 +57,9 @@ spec: ports: http: 80 https: 443 + nodePorts: + http: 80 + https: 443 defaultBackend: enabled: false podAnnotations: