feat: add LLM_API_TOKEN env to portfolio deployment

This commit is contained in:
Story Crater Bot
2026-09-01 09:45:52 -07:00
parent 429a14650c
commit e55f774b42
+5
View File
@@ -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