Skip to content

Commit

Permalink
[llm-gateway]fix: nats url in env (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashg3627 authored Nov 22, 2024
1 parent 6b1d93c commit 411b166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-llm-gateway
version: 0.10.0
version: 0.10.1
description: "Truefoundry LLM Gateway deployment chart"
maintainers:
- name: truefoundry
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ env:
LOG_LEVEL: info
GATEWAY_NATS_CONFIGURATION: '{"type":"nats","url":"ws://{{ .Values.global.llmGatewayInfra.releaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:8080","username":"admin","password":"{{ .Values.global.llmGatewayInfra.natsAdminPassword }}"}'
DEPLOYED_LLM_GATEWAY_URL: "{{ .Values.global.controlPlaneURL }}/api/llm"
CONTROL_PLANE_NATS_URL: nats://{{ .Values.global.truefoundryReleaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222
CONTROL_PLANE_NATS_URL: ws://{{ .Values.global.truefoundryReleaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:8080
ENABLE_EXTERNAL_OAUTH: "false"

0 comments on commit 411b166

Please sign in to comment.