Revert "chore(helmcharts): blocking private endpoint"

This reverts commit 0318d45455.
This commit is contained in:
rjshrjndrn 2022-10-25 12:22:16 +02:00
parent c4f0252677
commit 26b6ff6dec
3 changed files with 0 additions and 21 deletions

View file

@ -26,13 +26,6 @@ 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,13 +25,6 @@ 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,13 +25,6 @@ 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: