Skip to content

Commit

Permalink
chore: updates chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrap committed Sep 28, 2023
1 parent 2a993e5 commit ea19a7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/taraxa-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: Kubernetes helm chart for Taraxa blockchain full node implementation.
name: taraxa-node
version: 0.3.11
version: 0.3.12
keywords:
- blockchain
- taraxa
Expand Down
2 changes: 2 additions & 0 deletions charts/taraxa-node/templates/taraxa-node-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
protocol: {{ $port.protocol }}
{{- end }}
{{- end }}
externalTrafficPolicy: Local

---
apiVersion: v1
Expand All @@ -52,6 +53,7 @@ spec:
protocol: {{ $port.protocol }}
{{- end }}
{{- end }}
externalTrafficPolicy: Local

{{ if .Values.node.loadBalancer.enabled }}
{{- range $key, $value := .Values.node.loadBalancer.addresses }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
name: {{ .Release.Name }}
key: TRANSACTION_GENERATION_PRIVATE_KEY
- name: PROVIDER_URL
value: http://{{ include "taraxa-node.fullname" . }}-head:7777
value: http://{{ include "taraxa-consensus-node.fullname" . }}:7777
command: ["/bin/bash", "-c", "--"]
args: [ "pip install -r /app/requirements.txt && python /app/transactions.py" ]
volumeMounts:
Expand Down

0 comments on commit ea19a7b

Please sign in to comment.