Skip to content

Commit

Permalink
support azure setting on helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Oct 24, 2024
1 parent bdae154 commit e56bbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: briefer
description: The helm chart for Briefer's open-source version.
type: application
version: 0.1.1
appVersion: '0.1.1'
version: 0.1.2
appVersion: '0.1.2'
2 changes: 2 additions & 0 deletions chart/templates/ai-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
{{- end }}
{{- end }}
env:
- name: USE_AZURE
value: '{{ .Values.ai.env.useAzure | default "false" }}'
- name: PORT
value: '{{ .Values.ai.env.port | default "8080" }}'
- name: OPENAI_DEFAULT_MODEL_NAME
Expand Down

0 comments on commit e56bbdb

Please sign in to comment.