Skip to content

Commit

Permalink
Fix namespace in egress rule (#60)
Browse files Browse the repository at this point in the history
* Fix namespace in egress rule

* Revert "Add a full image for now (#59)"

This reverts commit c68d409.
  • Loading branch information
cmmarslender authored Sep 10, 2024
1 parent c68d409 commit ab4b9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app

RUN make build

FROM golang:1
FROM gcr.io/distroless/static-debian12

COPY --from=builder /app/bin/go-chia-crawler /go-chia-crawler

Expand Down
2 changes: 1 addition & 1 deletion k8s/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ networkPolicy:
- to:
- namespaceSelector:
matchLabels:
name: chia-blockchain-mainnet
kubernetes.io/metadata.name: chia-blockchain-mainnet
ports:
- protocol: TCP
port: 8444
Expand Down

0 comments on commit ab4b9cc

Please sign in to comment.