Add Console Service port to the NetworkPolicy (#14545)

This commit is contained in:
Kourosh Tafreshi 2022-03-15 02:13:42 +02:00 committed by GitHub
parent 20537f974e
commit 77b15e7194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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