Skip to content

Commit

Permalink
add todo's for resource allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 29, 2023
1 parent c5e5b1a commit cf93d86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ spec:
resources:
requests:
cpu: 250m
memory: 750Mi
memory: 750Mi # todo: revisit allocation
limits:
memory: 750Mi
memory: 750Mi # todo: revisit allocation
- command:
- ./stacks-network
- --namespace=$(NAMESPACE)
Expand Down
4 changes: 2 additions & 2 deletions templates/deployments/stacks-blockchain.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ spec:
resources:
requests:
cpu: 250m
memory: 750Mi
memory: 750Mi # todo: revisit allocation
limits:
memory: 750Mi
memory: 750Mi # todo: revisit allocation
volumes:
- configMap:
name: stacks-blockchain
Expand Down
4 changes: 2 additions & 2 deletions templates/stateful-sets/stacks-blockchain-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ spec:
resources:
requests:
cpu: 250m
memory: 750Mi
memory: 750Mi # todo: revisit allocation
limits:
memory: 750Mi
memory: 750Mi # todo: revisit allocation
- name: postgres
envFrom:
- configMapRef:
Expand Down

0 comments on commit cf93d86

Please sign in to comment.