Skip to content

Commit

Permalink
scale up resource allocations for hub for HPNW demos (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad authored May 6, 2024
1 parent 5c08e89 commit a970fa4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions deploy/helm/eoapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ db:
resources:
requests:
storage: "100Mi"
cpu: "212m"
memory: "512Mi"
cpu: "1000m"
memory: "2048Mi"
limits:
cpu: "512m"
memory: "1024Mi"
cpu: "2000m"
memory: "4096Mi"

raster:
enabled: true
Expand All @@ -28,10 +28,10 @@ raster:
AWS_NO_SIGN_REQUEST: "YES"
resources:
requests:
cpu: "256m"
memory: "512Mi"
limits:
cpu: "500m"
memory: "1024Mi"
limits:
cpu: "1000m"
memory: "2048Mi"

vector:
Expand All @@ -45,11 +45,11 @@ vector:
TIPG_ROOT_PATH: "/vector"
resources:
requests:
cpu: "256m"
memory: "512Mi"
limits:
cpu: "500m"
cpu: "1000m"
memory: "2048Mi"
limits:
cpu: "2000m"
memory: "4096Mi"

ingress:
host: eoapi.ifrc-risk.k8s.labs.ds.io
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ singleuser:

# Resource allocation per user
memory:
limit: 1.5G
guarantee: 1.5G
limit: 4G
guarantee: 3G
cpu:
limit: 1
guarantee: 1
limit: 4
guarantee: 3
storage:
extraVolumes:
- name: shm-volume
Expand Down

0 comments on commit a970fa4

Please sign in to comment.