Skip to content

Commit

Permalink
chore: add llm-search host
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Aug 23, 2024
1 parent dd2548a commit 7dd9da2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helm-sources/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,13 @@ spec:
number: 80
path: /*
pathType: ImplementationSpecific
- host: {{ required "Missing value HOSTNAME_LLM_SEARCH_SERVICE" .Values.HOSTNAME_LLM_SEARCH_SERVICE }}
http:
paths:
- backend:
service:
name: prod-nginx-ingress-nginx-controller
port:
number: 80
path: /*
pathType: ImplementationSpecific

0 comments on commit 7dd9da2

Please sign in to comment.