Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Nov 22, 2023
1 parent a26b40c commit b303929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion huggingface-model/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Helm chart for deploy Hugging Face models to Kubernetes cluster. Se

type: application

version: 0.1.3
version: 0.1.4

dependencies:
- condition: mongodb.enabled
Expand Down
6 changes: 3 additions & 3 deletions huggingface-model/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ model:
chat:
enabled: false
replicaCount: 1
extraEnvVars:
- name: PUBLIC_ORIGIN
value: "http://localhost:8080"
extraEnvVars: []
# - name: PUBLIC_ORIGIN
# value: "http://localhost:8080"
podAnnotations: {}
imagePullSecrets: []
## @param chat.affinity Affinity for pod assignment
Expand Down

0 comments on commit b303929

Please sign in to comment.