chore(helmcharts): blocking private endpoint
This commit is contained in:
parent
44a2b2898a
commit
0318d45455
3 changed files with 21 additions and 0 deletions
|
|
@ -26,6 +26,13 @@ spec:
|
|||
- host: {{ .Values.global.domainName }}
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: never-to-return
|
||||
port:
|
||||
number: {{ $svcPort }}
|
||||
path: /ws-assist/private/(.*)
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
|
|
|||
|
|
@ -25,6 +25,13 @@ spec:
|
|||
- host: {{ .Values.global.domainName }}
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: never-to-return
|
||||
port:
|
||||
number: {{ $svcPort }}
|
||||
path: /api/private/(.*)
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
|
|
|||
|
|
@ -25,6 +25,13 @@ spec:
|
|||
- host: {{ .Values.global.domainName }}
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: never-to-return
|
||||
port:
|
||||
number: {{ $svcPort }}
|
||||
path: /assist/private/(.*)
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue