Skip to content

Commit

Permalink
Minor resource changes for Caliberate and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSsempala committed Feb 6, 2025
1 parent d39cac0 commit 43a97c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/calibrate/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ service:
nodePort: 31106
resources:
limits:
cpu: 50m
cpu: 100m
memory: 100Mi
requests:
cpu: 5m
Expand Down
4 changes: 2 additions & 2 deletions k8s/docs/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ ingress:
enabled: false
resources:
limits:
cpu: 50m
cpu: 200m
memory: 100Mi
requests:
cpu: 1m
cpu: 10m
memory: 20Mi
autoscaling:
minReplicas: 1
Expand Down

0 comments on commit 43a97c4

Please sign in to comment.