Skip to content

Commit 3ab7616

Browse files
committed
COrrect config url endpoint
1 parent 5fbff24 commit 3ab7616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/k8s/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ spec:
2020
env:
2121
- name: RUNNING_IN_DOCKER
2222
value: "true"
23+
- name: DOCKER_API_URL
24+
value: http://host.docker.internal:8000/api/v1/chat
2325
- name: SERVICE_TOKEN
2426
valueFrom:
2527
secretKeyRef:

0 commit comments

Comments
 (0)