feat: add LLM_API_TOKEN env to portfolio deployment
This commit is contained in:
@@ -26,6 +26,11 @@ spec:
|
||||
secretKeyRef:
|
||||
name: portfolio-secrets
|
||||
key: FORGEJO_TOKEN
|
||||
- name: LLM_API_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: portfolio-secrets
|
||||
key: LLM_API_TOKEN
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user