Add network policy ingress rule to mariadb
* enable ingress for mariadb-backup pod Change-Id: I6db63bc3cbc3d02e9061237acf71eb4137789d5a Signed-off-by: Koffi Nogbe <kn4078@att.com>
This commit is contained in:
parent
d3ef7653d9
commit
e6b970eeb0
@ -72,6 +72,9 @@ network_policy:
|
|||||||
- podSelector:
|
- podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
application: senlin
|
application: senlin
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: mariadb-backup
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 3306
|
port: 3306
|
||||||
|
Loading…
Reference in New Issue
Block a user