Skip to content

Commit c0b5157

Browse files
feat(lighthouse): allow http connections in BeaconAPI (#479)
1 parent 8a085c7 commit c0b5157

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/lighthouse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.6.0
18+
version: 0.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/lighthouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Lighthouse](https://github.com/sigp/lighthouse) inside Kubernetes with ease
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v6.0.1](https://img.shields.io/badge/AppVersion-v6.0.1-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v6.0.1](https://img.shields.io/badge/AppVersion-v6.0.1-informational?style=flat-square)
66

77
## Chart Features
88

charts/lighthouse/templates/lighthouse/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ spec:
164164
--quic-port={{ include "lighthouse.quicPort" $values }} \
165165
--http \
166166
--http-port={{ index $values.service.ports "http-lighthouse" }} \
167+
--http-address=0.0.0.0 \
168+
--http-allow-origin='*' \
167169
--listen-address=0.0.0.0 \
168170
{{- if $jwtEnabled }}
169171
--execution-jwt=/jwt/jwt.hex \

0 commit comments

Comments
 (0)