Skip to content

Commit

Permalink
Merge pull request lsst-sqre#4164 from lsst-sqre/tickets/DM-48756
Browse files Browse the repository at this point in the history
DM-48756: Adjust limits and requests for Gafaelfawr
  • Loading branch information
rra authored Feb 3, 2025
2 parents 576bc04 + 4a602bb commit 86cc406
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions applications/gafaelfawr/values-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ config:
- "jonathansick"
- "rra"
- "stvoutsin"

operator:
resources: {}

redis-ephemeral:
resources: {}
16 changes: 8 additions & 8 deletions applications/gafaelfawr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ image:
resources:
limits:
cpu: "1"
memory: "300Mi"
memory: "400Mi"
requests:
cpu: "100m"
memory: "175Mi"
memory: "210Mi"

# -- Affinity rules for the Gafaelfawr frontend pod
affinity: {}
Expand Down Expand Up @@ -375,10 +375,10 @@ maintenance:
resources:
limits:
cpu: "1"
memory: "300Mi"
memory: "1Gi"
requests:
cpu: "100m"
memory: "150Mi"
memory: "175Mi"

# -- Annotations for Gafaelfawr maintenance and audit pods
podAnnotations: {}
Expand All @@ -400,10 +400,10 @@ operator:
resources:
limits:
cpu: "500m"
memory: "500Mi"
memory: "1Gi"
requests:
cpu: "10m"
memory: "165Mi"
memory: "175Mi"

# -- Annotations for the token management pod
podAnnotations: {}
Expand Down Expand Up @@ -486,10 +486,10 @@ redis:
resources:
limits:
cpu: "1"
memory: "40Mi"
memory: "200Mi"
requests:
cpu: "50m"
memory: "15Mi"
memory: "100Mi"

# -- Affinity rules for the persistent Redis pod
affinity: {}
Expand Down

0 comments on commit 86cc406

Please sign in to comment.