Skip to content

Commit

Permalink
fix: update redis port env variable into string (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Apr 2, 2024
1 parent e359d19 commit 7213b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: REDIS_HOST
value: "redis-data-feed-master.redis.svc.cluster.local"
- name: REDIS_PORT
value: 6379
value: "6379"
- name: LISTEN_PORT
value: "10010"
- name: KLAYTN_PROVIDER_URL
Expand Down

0 comments on commit 7213b13

Please sign in to comment.