feat: enable hostPort on nginx ingress on rossby
This commit is contained in:
@@ -61,19 +61,19 @@ controller:
|
||||
|
||||
service:
|
||||
externalTrafficPolicy: Local
|
||||
# type: ClusterIP
|
||||
type: NodePort
|
||||
# nodePorts:
|
||||
# http: 32080
|
||||
# https: 32443
|
||||
# tcp:
|
||||
# 8080: 32808
|
||||
type: NodePort # ClusterIP
|
||||
nodePorts:
|
||||
http: 30080
|
||||
https: 30443
|
||||
tcp: {}
|
||||
udp: {}
|
||||
|
||||
hostPort:
|
||||
enabled: {{ .Values.clusterConfig.ingress_hostport }}
|
||||
ports:
|
||||
http: 80
|
||||
https: 443
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user