-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[helm-chart] sidecar container taraxa-indexer for rpc nodes #2344
Conversation
/deploy |
PR NET pr-2344 Successfully deployed!
Boot Nodes
RPC Nodes
|
/cleanup |
/deploy |
PR NET pr-2344 Successfully deployed!
Boot Nodes
RPC Nodes
|
/cleanup |
/cleanup |
prnet cleaned-up successfully |
/deploy |
PR NET pr-2344 Successfully deployed!
Boot Nodes
RPC Nodes
|
/cleanup |
prnet cleaned-up successfully |
/deploy |
PR NET pr-2344 Successfully deployed!
Boot Nodes
RPC Nodes
|
/cleanp |
/cleanup |
prnet cleaned-up successfully |
/deploy |
PR NET pr-2344 Successfully deployed!
Boot Nodes
RPC Nodes
|
/redeploy |
PR NET pr-2344 Successfully Re deployed!
Boot Nodes
RPC Nodes
|
/redeploy |
Failed to ReDeploy prnet |
/deploy |
PR NET pr-2344 Successfully deployed!
Boot Nodes
RPC Nodes
|
.gitignore
Outdated
|
||
# Helm stuff | ||
requirements.lock | ||
Chart.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move these into the chart dir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved.
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" | ||
{{- end }} | ||
|
||
{{- if .Values.bootnode.image.imagePullPolicy }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong key. Should be .Values.bootnode.image.pullPolicy
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" | ||
{{- end }} | ||
{{- if .Values.consensusnode.image.imagePullPolicy }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong key. Should be .Values.consensusnode.image.pullPolicy
prnet cleaned-up successfully |
Purpose
Expose data from taraxa-indexer
How does the solution address the problem
Added taraxa-indexer to RPC nodes and exposed via
Ingress
Changes made
Added: