chore(librechat): adjust kubernetes resouces
This commit is contained in:
@@ -94,10 +94,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 25m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 100m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
@@ -110,6 +110,13 @@ mongodb:
|
|||||||
tag: "latest"
|
tag: "latest"
|
||||||
persistence:
|
persistence:
|
||||||
size: 8Gi
|
size: 8Gi
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 75m
|
||||||
|
memory: 512Mi
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 2Gi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1001
|
fsGroup: 1001
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
@@ -132,6 +139,13 @@ meilisearch:
|
|||||||
tag: "v1.7.3"
|
tag: "v1.7.3"
|
||||||
auth:
|
auth:
|
||||||
existingMasterKeySecret: "librechat-credentials-env"
|
existingMasterKeySecret: "librechat-credentials-env"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 25m
|
||||||
|
memory: 256Mi
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 1Gi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
|
|||||||
Reference in New Issue
Block a user