Skip to content

Commit

Permalink
moved gatewayApi.route.hederaExplorerHostname to deployment.hederaEx…
Browse files Browse the repository at this point in the history
…plorer.hostname

Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Dec 11, 2023
1 parent f57e7ce commit e06ea32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: {{ default $.Release.Namespace $.Values.global.namespaceOverride }}
spec:
isCA: false
commonName: {{ $.Values.gatewayApi.route.hederaExplorerHostname }}
commonName: {{ $.Values.deployment.hederaExplorer.hostname }}
secretName: {{ $.Values.gatewayApi.gateway.tlsClusterIssuerName }}-ca-secret-hedera-explorer
privateKey:
algorithm: RSA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: hedera-explorer # for exposing fullstack-deployment-hedera-explorer port 80
protocol: {{ $.Values.gatewayApi.gateway.listeners.hederaExplorer.tlsEnabled | ternary "HTTPS" "HTTP" }}
port: {{ $.Values.gatewayApi.gateway.listeners.hederaExplorer.port }}
hostname: {{ $.Values.gatewayApi.route.hederaExplorerHostname }}
hostname: {{ $.Values.deployment.hederaExplorer.hostname }}
{{- if $.Values.gatewayApi.gateway.listeners.hederaExplorer.tlsEnabled }}
tls:
mode: Terminate
Expand Down
4 changes: 3 additions & 1 deletion charts/fullstack-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gatewayApi:
tlsEnabled: false
route:
hostname: "{{ .node.name }}.fst.local"
hederaExplorerHostname: "explorer.fst.local"

# default settings for a single node
# This default configurations can be overridden for each node in the hedera.nodes section.
defaults:
Expand Down Expand Up @@ -421,6 +421,8 @@ hedera-explorer:
# common deployment configuration
deployment:
hederaExplorer:
hostname: "explorer.fst.local"
podAnnotations: {}
podLabels: {}
nodeSelector: {}
Expand Down

0 comments on commit e06ea32

Please sign in to comment.