Skip to content

Commit

Permalink
fix(amethyst): grafana-postgres allow status probe from cnpg
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Feb 11, 2024
1 parent 771fdc9 commit 5b1e979
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ spec:
- ports:
- protocol: TCP
port: "5432"
- # connection from cnpg
fromEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: cnpg
app.kubernetes.io/instance: cnpg
toPorts:
- ports:
- protocol: TCP
port: "8000"
egress:
- # dns resolution
toEndpoints:
Expand Down

0 comments on commit 5b1e979

Please sign in to comment.