Skip to content

Commit 64f21be

Browse files
authored
Update mlflow network policy to allow 8443 egress (#9034)
1 parent cb0a4f8 commit 64f21be

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

manifests/modules/mlflow/networkpolicy.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ spec:
3636
ports:
3737
- port: 6443
3838
protocol: TCP
39+
- to:
40+
- podSelector:
41+
matchLabels:
42+
app.kubernetes.io/instance: mlflow
43+
ports:
44+
- port: 8443
45+
protocol: TCP
3946
- to:
4047
- ipBlock:
4148
cidr: 0.0.0.0/0

0 commit comments

Comments
 (0)