feat: enable hostPort on nginx ingress on rossby
This commit is contained in:
@@ -14,6 +14,7 @@ clusterConfig:
|
||||
ingress_nodes: ["rossby, rossby-manage" ]
|
||||
ingress_replica_count: 2
|
||||
ingress_clusterissuer: ca-issuer
|
||||
ingress_hostport: true
|
||||
fileserver: "172.16.239.222"
|
||||
acme_email: "acme@oceanbox.io"
|
||||
oidc:
|
||||
|
||||
@@ -20,6 +20,7 @@ clusterConfig:
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
- 172.19.255.0/24
|
||||
ingress_hostport: false
|
||||
oidc: []
|
||||
#- name: azure
|
||||
# provider: azuread
|
||||
|
||||
@@ -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