chore(helm): Removing unnecessary ingress endpoints.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
eb85341f3f
commit
74ed536437
3 changed files with 0 additions and 21 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue