Skip to content

Commit

Permalink
fix: add override
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Mar 29, 2024
1 parent b8cc889 commit f6a385f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/frontend/chainlit/values.override.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
env:
# Workspace Service URL
# Specify the URL for the Workspace Service inference endpoint. Use the DNS name within the cluster for reliability.
#
# Examples:
# Cluster IP: "http://<CLUSTER_IP>:80/chat"
# DNS name: "http://<SERVICE_NAME>.<NAMESPACE>.svc.cluster.local:80/chat"
# e.g., "http://workspace-falcon-7b.default.svc.cluster.local:80/chat"
workspaceServiceURL: "<YOUR_SERVICE_URL>"

# Incase Users want to expose service using a different type
# service:
# type: LoadBalancer

0 comments on commit f6a385f

Please sign in to comment.