diff --git a/Dockerfile b/Dockerfile index 59c1e6bc0..43c79ef77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN set -eux; \ && chmod +x tini # Create the target image -FROM busybox:1.34-glibc +FROM busybox:1.36-glibc LABEL maintainer="Andrew Gillis " # Get the storetheindex binary, entrypoint script, and TLS CAs from the build container. @@ -64,9 +64,10 @@ EXPOSE 3002 EXPOSE 3000 # Ingest interface EXPOSE 3001 +# P2P interface +EXPOSE 3003 ENV \ - STORETHEINDEX_LOTUS_GATEWAY="wss://api.chain.love" \ STORETHEINDEX_PATH="/data/storetheindex" \ GOLOG_LOG_FMT="json" diff --git a/deploy/manifests/base/assigner/deployment.yaml b/deploy/manifests/base/assigner/deployment.yaml index 16510bbc8..c5a06bb34 100644 --- a/deploy/manifests/base/assigner/deployment.yaml +++ b/deploy/manifests/base/assigner/deployment.yaml @@ -43,6 +43,8 @@ spec: ports: - containerPort: 3001 name: http + - containerPort: 3003 + name: libp2p - containerPort: 8081 name: metrics readinessProbe: