From 6c8239d5e3cf94c0ff7cae6667a317a1e1c590ee Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 24 Apr 2022 21:59:22 +0200 Subject: [PATCH] feat(shared): Allow patroni monitoring --- shared/networkpolicies/allow-from-database.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/networkpolicies/allow-from-database.yaml b/shared/networkpolicies/allow-from-database.yaml index 08c0713f9..3720a749a 100644 --- a/shared/networkpolicies/allow-from-database.yaml +++ b/shared/networkpolicies/allow-from-database.yaml @@ -30,6 +30,8 @@ spec: ports: - port: 9187 protocol: TCP + - port: 8008 + protocol: TCP podSelector: matchLabels: application: spilo -- GitLab