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