Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Oct 17, 2024
1 parent aac04ac commit 846a7fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions infra/helm/meshdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pg:
cpu: 1
memory: 512Mi
requests:
cpu: 200m
cpu: 1
memory: 256Mi
nodeSelector: {}
affinity: {}
Expand All @@ -49,7 +49,7 @@ meshweb:
memory: 512Mi
requests:
cpu: 200m
memory: 350Mi
memory: 512Mi
nodeSelector: {}
affinity: {}
tolerations: []
Expand All @@ -60,10 +60,10 @@ nginx:
securityContext: {}
resources:
limits:
cpu: 1
memory: 100Mi
requests:
cpu: 250m
memory: 128Mi
requests:
cpu: 100m
memory: 30Mi
nodeSelector: {}
affinity: {}
Expand Down Expand Up @@ -93,11 +93,11 @@ redis:
securityContext: {}
resources:
limits:
cpu: 1
cpu: 250m
memory: 512Mi
requests:
cpu: 50m
memory: 30Mi
cpu: 250m
memory: 256Mi
nodeSelector: {}
affinity: {}
tolerations: []
Expand All @@ -108,11 +108,11 @@ pelias:
securityContext: {}
resources:
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 250m
memory: 250Mi
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {}
affinity: {}
tolerations: []
Expand Down

0 comments on commit 846a7fd

Please sign in to comment.