Skip to content

Charts[Mirror Node] Avoid hardcoding mirror node rest API in values.yaml #410

@leninmehedy

Description

@leninmehedy

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):

Image

Image

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 :

Image

Metadata

Metadata

Assignees

Labels

BlockerFurther development work cannot be doneBugA error that causes the feature to behave differently than what was expected based on design docsreleased

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions