chore(helm): Removing unnecessary ingress endpoints.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-10-27 09:58:32 +02:00
parent eb85341f3f
commit 74ed536437
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: