Skip to content

Commit 80b0b1b

Browse files
committed
fix(midnight): change ingress config
1 parent 427d727 commit 80b0b1b

File tree

3 files changed

+7
-44
lines changed

3 files changed

+7
-44
lines changed

midnight-core/templates/ingress.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ spec:
2323
- host: {{ .Values.domainName }}
2424
http:
2525
paths:
26+
- path: /api/user
27+
pathType: Prefix
28+
backend:
29+
service:
30+
name: {{ include "midnight-core.fullname" . }}-user-service
31+
port:
32+
number: {{ .Values.userService.service.port }}
2633
- path: /
2734
pathType: Prefix
2835
backend:

midnight-core/templates/middleware.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

midnight-core/templates/user-service-ingress.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)