Seitch back to use single nginx ingress controller

This commit is contained in:
2022-04-08 10:51:11 +10:00
parent 8aa3cb3510
commit defd9495df
+6 -6
View File
@@ -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