Skip to content

Commit

Permalink
Increase focalmap memory requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 29, 2024
1 parent 37f3124 commit 812cb8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts-private/focalmap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: focalmap
description: OSC focalmap web service
type: application
version: 0.13.1
version: 0.13.2
appVersion: v0.9.0
maintainers:
- name: treydock
Expand Down
12 changes: 6 additions & 6 deletions charts-private/focalmap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ global:
podResources:
limits:
cpu: 4
memory: 4Gi
memory: 8Gi
requests:
cpu: 1
memory: 256Mi
memory: 2Gi
auth:
replicas: 2
test:
Expand All @@ -24,10 +24,10 @@ global:
podResources:
limits:
cpu: 4
memory: 4Gi
memory: 8Gi
requests:
cpu: 1
memory: 256Mi
memory: 2Gi
auth:
replicas: 2
dev:
Expand All @@ -38,10 +38,10 @@ global:
podResources:
limits:
cpu: 4
memory: 4Gi
memory: 8Gi
requests:
cpu: 1
memory: 256Mi
memory: 2Gi
auth:
replicas: 1
webservice:
Expand Down

0 comments on commit 812cb8f

Please sign in to comment.