Skip to content

Commit 31eaac4

Browse files
committed
chore(helm): ingress, only expose api
1 parent 0caa7d3 commit 31eaac4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/adahandle-resolver/templates/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- host: "adahandle-resolver.{{ .Values.domain }}"
1717
http:
1818
paths:
19-
- path: /
19+
- path: /api
2020
pathType: Prefix
2121
backend:
2222
service:
@@ -27,7 +27,7 @@ spec:
2727
- host: {{ $domain }}
2828
http:
2929
paths:
30-
- path: /
30+
- path: /api
3131
pathType: Prefix
3232
backend:
3333
service:

0 commit comments

Comments
 (0)