feat: enable hostPort on nginx ingress on rossby

This commit is contained in:
2025-09-19 17:03:05 +02:00
parent c1c824b487
commit b836774f85
3 changed files with 9 additions and 7 deletions
@@ -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