mirror of
https://github.com/minio/minio.git
synced 2025-03-30 17:23:42 -04:00
Add Console Service port to the NetworkPolicy (#14545)
This commit is contained in:
parent
20537f974e
commit
77b15e7194
@ -17,6 +17,7 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- ports:
|
||||||
- port: {{ .Values.service.port }}
|
- port: {{ .Values.service.port }}
|
||||||
|
- port: {{ .Values.consoleService.port }}
|
||||||
{{- if not .Values.networkPolicy.allowExternal }}
|
{{- if not .Values.networkPolicy.allowExternal }}
|
||||||
from:
|
from:
|
||||||
- podSelector:
|
- podSelector:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user