Skip to content

Commit

Permalink
feat: add openai key env var to ai-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 5, 2023
1 parent b8bb1c6 commit 318cd21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ai-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: ai-server
version: 1.0.1
version: 1.0.2
1 change: 1 addition & 0 deletions charts/ai-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stringData:
IMAGE_VERSION={{ .Values.AI_SERVER_VERSION | squote }}
JWT_PRIVATE_KEY={{ .Values.JWT_PRIVATE_KEY | b64enc | squote }}
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | squote }}
OPENAI_API_KEY={{ .Values.OPENAI_API_KEY | squote }}
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2 changes: 2 additions & 0 deletions charts/ai-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ INSTALL_PATH:
JWT_PRIVATE_KEY:
JWT_PUBLIC_KEY:

OPENAI_API_KEY:

REDIS_HOSTNAME:
VIRTUAL_HOST:

0 comments on commit 318cd21

Please sign in to comment.