- eveai_chat_client updated to retrieve static files from the correct (bunny.net) location when a STATIC_URL is defined.
- Defined locations for crewai crew memory. This failed in k8s. - Redis connection for pub/sub in ExecutionProgressTracker adapted to conform to TLS-enabled connections
This commit is contained in:
@@ -54,6 +54,9 @@ spec:
|
||||
name: eveai-secrets
|
||||
key: PUSH_GATEWAY_PORT
|
||||
optional: true
|
||||
volumeMounts:
|
||||
- name: logs-volume
|
||||
mountPath: /app/logs
|
||||
resources:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
@@ -61,3 +64,8 @@ spec:
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: "3Gi"
|
||||
|
||||
volumes:
|
||||
- name: logs-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: eveai-chat-workers-logs
|
||||
|
||||
Reference in New Issue
Block a user