mysql-operator: Fix network policy

This commit is contained in:
Lauri Võsandi 2022-09-16 08:40:31 +03:00
parent c4208037e2
commit 2efaf7b456
1 changed files with 3 additions and 1 deletions

View File

@ -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