mysql-operator: Fix network policy
This commit is contained in:
		@@ -6,11 +6,13 @@ metadata:
 | 
				
			|||||||
spec:
 | 
					spec:
 | 
				
			||||||
  podSelector: {}
 | 
					  podSelector: {}
 | 
				
			||||||
  policyTypes:
 | 
					  policyTypes:
 | 
				
			||||||
  - Egress
 | 
					    - Egress
 | 
				
			||||||
  egress:
 | 
					  egress:
 | 
				
			||||||
    - # TODO: Not sure why mysql-operator needs to be able to connect
 | 
					    - # TODO: Not sure why mysql-operator needs to be able to connect
 | 
				
			||||||
      to:
 | 
					      to:
 | 
				
			||||||
        - namespaceSelector: {}
 | 
					        - namespaceSelector: {}
 | 
				
			||||||
      ports:
 | 
					      ports:
 | 
				
			||||||
 | 
					        - protocol: TCP
 | 
				
			||||||
 | 
					          port: 33060
 | 
				
			||||||
        - protocol: TCP
 | 
					        - protocol: TCP
 | 
				
			||||||
          port: 3306
 | 
					          port: 3306
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user