If we specify a RELEASE_NAME other than fst, hedera-explorer- container crashes with a log as below (note we specified RELEASE_NAME=fst2 in this example):


The problem occurred because in values.yaml we have hardcoded the proxyPass as below that assumes the chart is always deployed with a release name called fst. Ideally it should be like http://{{ .Release.Name }}-rest :

If we specify a RELEASE_NAME other than
fst,hedera-explorer-container crashes with a log as below (note we specifiedRELEASE_NAME=fst2in this example):The problem occurred because in values.yaml we have hardcoded the
proxyPassas below that assumes the chart is always deployed with a release name calledfst. Ideally it should be likehttp://{{ .Release.Name }}-rest: