Skip to content

Commit 30e2090

Browse files
committed
use 0.0.0.0 instead of localhost
1 parent e1586eb commit 30e2090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/values.prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ config:
27052705
expiry_sec: 300
27062706
server:
27072707
port: 8080
2708-
host: "localhost"
2708+
host: "0.0.0.0"
27092709
indexer_config:
27102710
indexer_update_topic: indexer_update
27112711
indexer_update_message: message

0 commit comments

Comments
 (0)