Skip to content

Commit

Permalink
Add port 5656 connection with edgedb
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Dec 11, 2024
1 parent a387571 commit 5ba7afa
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ spec:
egress:
- toEntities:
- kube-apiserver
- toEndpoint:
- matchLabels:
app.kubernetes.io/name: edgedb
app.kubernetes.io/instance: edgedb
toPorts:
- ports:
- port: 5656
protocol: TCP
ingress:
- fromEntities:
- kube-apiserver
Expand Down

0 comments on commit 5ba7afa

Please sign in to comment.