From 2efaf7b4567331d19c9e90b9c9adcd04effb7396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Fri, 16 Sep 2022 08:40:31 +0300 Subject: [PATCH] mysql-operator: Fix network policy --- mysql-operator/application-extras.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql-operator/application-extras.yml b/mysql-operator/application-extras.yml index ee4f8aa..14e515c 100644 --- a/mysql-operator/application-extras.yml +++ b/mysql-operator/application-extras.yml @@ -6,11 +6,13 @@ metadata: spec: podSelector: {} policyTypes: - - Egress + - Egress egress: - # TODO: Not sure why mysql-operator needs to be able to connect to: - namespaceSelector: {} ports: + - protocol: TCP + port: 33060 - protocol: TCP port: 3306