Skip to content

Commit 2ca722b

Browse files
Update fennel-solonet configuration
1 parent 2695263 commit 2ca722b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ RUN useradd -m -u 1001 -U -s /bin/sh -d /fennel fennel && \
7272

7373
USER fennel
7474

75-
EXPOSE 9930 9933 9944 30333 30334
75+
EXPOSE 9933 9944 30333 9615
76+
# Removed ports:
77+
# - 9930: Removed unless specific reverse-proxy need (ecosystem standard)
78+
# - 30334: Removed - only needed for relay-within-relay processes
7679
VOLUME ["/data"]
7780

7881
# Use node binary as entrypoint (Parity standard practice)

kubernetes/values/values-base.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ node:
9595
- "-lruntime=debug"
9696
# ✅ PRODUCTION-LIKE: Force authoring for ValidatorManager PoA networks
9797
- "--force-authoring" # Required for initial block production with ValidatorManager
98+
# ✅ ECOSYSTEM STANDARD: Enable external Prometheus metrics access
99+
- "--prometheus-external" # Allow external access to metrics on port 9615
98100

99101
# Enable offchain workers if needed
100102
enableOffchainIndexing: false

0 commit comments

Comments
 (0)