Skip to content

Commit

Permalink
adding manifest example
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Apr 15, 2023
1 parent ffde363 commit ec2e770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion container/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ spec:
cpu: "0.5"
memory: "256Mi"
env:
- name: AI_BACKEND_SECRET
- name: K8SGPT_MODEL
value: "gpt-3.5-turbo"
- name: K8SGPT_BACKEND
value: "openai"
- name: K8SGPT_PASSWORD
valueFrom:
secretKeyRef:
name: ai-backend-secret
Expand Down

0 comments on commit ec2e770

Please sign in to comment.