From 61939d6f2ecdd780710ce60e3efb4a619916de98 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 18 Aug 2021 02:09:34 +0200
Subject: [PATCH] =?UTF-8?q?fix(postgres):=20Add=20missing=20lines=20to=20p?=
 =?UTF-8?q?revious=20commit=E2=80=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This patch fulfils the previous's promises and puts the right port
string in place. 🙈
---
 infrastructure/postgres/user-namespace-network-policy.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure/postgres/user-namespace-network-policy.yaml b/infrastructure/postgres/user-namespace-network-policy.yaml
index 8f628e767..c51b72587 100644
--- a/infrastructure/postgres/user-namespace-network-policy.yaml
+++ b/infrastructure/postgres/user-namespace-network-policy.yaml
@@ -21,11 +21,11 @@ spec:
                 matchLabels:
                   name: zalando-postgres
             ports:
-            - containerPort: 8008
+            - port: 8008
               protocol: TCP
-            - containerPort: 5432
+            - port: 5432
               protocol: TCP
-            - containerPort: 8080
+            - port: 8080
               protocol: TCP
           podSelector:
             matchLabels:
-- 
GitLab