Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions charts/portkey-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ backend:
# resources:
# limits:
# cpu: 1000m
# memory: 1Gi
# memory: 4Gi
# requests:
# cpu: 200m
# memory: 500Mi
# cpu: 500m
# memory: 2Gi
startupProbe:
httpGet:
path: /health
Expand Down Expand Up @@ -238,10 +238,10 @@ gateway:
resources:
limits:
cpu: 1000m
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 500Mi
cpu: 500m
memory: 1Gi
startupProbe:
httpGet:
path: /v1/health
Expand Down Expand Up @@ -318,10 +318,10 @@ dataservice:
# resources:
# limits:
# cpu: 1000m
# memory: 1Gi
# memory: 4Gi
# requests:
# cpu: 200m
# memory: 500Mi
# cpu: 500m
# memory: 1Gi
startupProbe:
httpGet:
path: /health
Expand Down Expand Up @@ -549,7 +549,7 @@ redis:
replicas: 1
# resources:
# limits:
# cpu: 4000m
# cpu: 2000m
# memory: 16Gi
# requests:
# cpu: 1000m
Expand Down Expand Up @@ -640,10 +640,10 @@ clickhouse:
replicas: 1
# resources:
# limits:
# cpu: 1000m
# cpu: 4000m
# memory: 16Gi
# requests:
# cpu: 500m
# cpu: 2000m
# memory: 8Gi
command:
- "/bin/bash"
Expand Down