From defd9495df70ea031cd92e0b406c5499863cdf90 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 8 Apr 2022 10:51:11 +1000 Subject: [PATCH] Seitch back to use single nginx ingress controller --- nginx-values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nginx-values.yaml b/nginx-values.yaml index 3c6a163..6dceea4 100644 --- a/nginx-values.yaml +++ b/nginx-values.yaml @@ -1,4 +1,4 @@ -kind: DaemonSet +kind: Deployment hostNetwork: true metrics: enabled: true @@ -25,11 +25,11 @@ tolerations: effect: NoSchedule #replicaCount: 1 -# service: -# type: NodePort -# ports: -# http: 80 -# https: 443 +service: + type: NodePort + ports: + http: 80 + https: 443 # nodePorts: # http: 80 # https: 443