Skip to content

Commit

Permalink
Fix chainlink node networkpolicy egress ports
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Jan 12, 2024
1 parent 22a3644 commit 5a24e01
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ spec:
- podSelector:
matchLabels:
app: {{ $.Release.Name }}-db
ports:
- protocol: TCP
port: 5432
ports:
- protocol: TCP
port: 5432
# Allow all node pods to access the geth pods.
- to:
- podSelector:
Expand Down

0 comments on commit 5a24e01

Please sign in to comment.