chore(helmcharts): blocking private endpoint

This commit is contained in:
rjshrjndrn 2022-10-24 17:10:46 +02:00
parent 44a2b2898a
commit 0318d45455
3 changed files with 21 additions and 0 deletions

View file

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

View file

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

View file

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