diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml index 10c6a7b608d7618bf72121a15a009f69b9ec157f..aea17d4512f7c8aa982fa75dc3fcc921fc4755a7 100644 --- a/infrastructure/ingress-nginx/release.yaml +++ b/infrastructure/ingress-nginx/release.yaml @@ -180,7 +180,7 @@ spec: http: http https: https - type: LoadBalancer + type: NodePort # type: NodePort # nodePorts: @@ -189,8 +189,8 @@ spec: # tcp: # 8080: 32808 nodePorts: - http: "" - https: "" + http: "http" + https: "https" tcp: {} udp: {}