add ai functions
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@ -45,6 +45,13 @@ spec:
|
||||
key: db-password
|
||||
- name: KEYCLOAK_REALM_URL
|
||||
value: "https://auth.vigdorov.ru/realms/team-planner"
|
||||
- name: AI_PROXY_BASE_URL
|
||||
value: "http://ai-proxy-service.ai-proxy.svc.cluster.local:3000"
|
||||
- name: AI_PROXY_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: team-planner-secrets
|
||||
key: ai-proxy-api-key
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
|
||||
Reference in New Issue
Block a user