diff --git a/deploy/helm/pure1-unplugged/charts/api-server/templates/ingress.yaml b/deploy/helm/pure1-unplugged/charts/api-server/templates/ingress.yaml index 2fd9a90f..8bedf3f1 100644 --- a/deploy/helm/pure1-unplugged/charts/api-server/templates/ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/api-server/templates/ingress.yaml @@ -25,12 +25,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /api/?(.*) backend: diff --git a/deploy/helm/pure1-unplugged/charts/auth-server/templates/api-token-ingress.yaml b/deploy/helm/pure1-unplugged/charts/auth-server/templates/api-token-ingress.yaml index ee27138f..621a2d96 100644 --- a/deploy/helm/pure1-unplugged/charts/auth-server/templates/api-token-ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/auth-server/templates/api-token-ingress.yaml @@ -25,12 +25,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /auth/api-token(/?.*) backend: diff --git a/deploy/helm/pure1-unplugged/charts/auth-server/templates/main-ingress.yaml b/deploy/helm/pure1-unplugged/charts/auth-server/templates/main-ingress.yaml index b6e53333..542e6b48 100644 --- a/deploy/helm/pure1-unplugged/charts/auth-server/templates/main-ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/auth-server/templates/main-ingress.yaml @@ -23,12 +23,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /auth/?(.*) backend: diff --git a/deploy/helm/pure1-unplugged/charts/dex/templates/ingress.yaml b/deploy/helm/pure1-unplugged/charts/dex/templates/ingress.yaml index 4922c438..4472f41e 100644 --- a/deploy/helm/pure1-unplugged/charts/dex/templates/ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/dex/templates/ingress.yaml @@ -21,12 +21,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /dex backend: diff --git a/deploy/helm/pure1-unplugged/charts/swagger-server/templates/ingress.yaml b/deploy/helm/pure1-unplugged/charts/swagger-server/templates/ingress.yaml index 17f33e05..0ddb2abf 100644 --- a/deploy/helm/pure1-unplugged/charts/swagger-server/templates/ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/swagger-server/templates/ingress.yaml @@ -27,12 +27,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /swagger/?(.*) backend: diff --git a/deploy/helm/pure1-unplugged/charts/web-content/templates/dash-ingress.yaml b/deploy/helm/pure1-unplugged/charts/web-content/templates/dash-ingress.yaml index 544f504b..54480b5b 100644 --- a/deploy/helm/pure1-unplugged/charts/web-content/templates/dash-ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/web-content/templates/dash-ingress.yaml @@ -24,12 +24,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: / backend: diff --git a/deploy/helm/pure1-unplugged/charts/web-content/templates/login-ingress.yaml b/deploy/helm/pure1-unplugged/charts/web-content/templates/login-ingress.yaml index 5e92fe1b..1bd3f337 100644 --- a/deploy/helm/pure1-unplugged/charts/web-content/templates/login-ingress.yaml +++ b/deploy/helm/pure1-unplugged/charts/web-content/templates/login-ingress.yaml @@ -23,12 +23,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /login backend: diff --git a/deploy/helm/pure1-unplugged/templates/elasticsearch-ingress.yaml b/deploy/helm/pure1-unplugged/templates/elasticsearch-ingress.yaml index 890dd28a..df939cd0 100644 --- a/deploy/helm/pure1-unplugged/templates/elasticsearch-ingress.yaml +++ b/deploy/helm/pure1-unplugged/templates/elasticsearch-ingress.yaml @@ -24,12 +24,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /elasticsearch/?(.*) backend: diff --git a/deploy/helm/pure1-unplugged/templates/kibana-ingress.yaml b/deploy/helm/pure1-unplugged/templates/kibana-ingress.yaml index dcdf363d..98172c21 100644 --- a/deploy/helm/pure1-unplugged/templates/kibana-ingress.yaml +++ b/deploy/helm/pure1-unplugged/templates/kibana-ingress.yaml @@ -24,12 +24,12 @@ spec: {{- end }} rules: - - http: - {{- if $domainName }} - host: {{ $domainName }} - {{ else }} - # host: ## Not specified because global.PublicAddress is an IP address - {{ end -}} + - {{- if $domainName }} + host: {{ $domainName }} + {{ else }} + # host: ## Not specified because global.PublicAddress is an IP address + {{ end -}} + http: paths: - path: /kibana/?(.*) backend: