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