Add resource limit options to spec. #735

Merged
telackey merged 4 commits from telackey/limits into main 2024-02-08 16:52:50 +00:00
Member

Override default storage and container resources in the spec:

resources:
  containers:
    reservations:
      cpus: 0.1
      memory: 250M
    limits:
      cpus: 2
      memory: 2.5G
  volumes:
    reservations:
      storage: 2.5G
Override default storage and container resources in the spec: ``` resources: containers: reservations: cpus: 0.1 memory: 250M limits: cpus: 2 memory: 2.5G volumes: reservations: storage: 2.5G ```
telackey added 2 commits 2024-02-07 22:57:36 +00:00
debug
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 38s
Deploy Test / Run deploy test suite (pull_request) Successful in 2m47s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m21s
Smoke Test / Run basic test suite (pull_request) Successful in 2m42s
2a9955055c
telackey requested review from dboreham 2024-02-07 22:58:29 +00:00
dboreham approved these changes 2024-02-08 03:30:59 +00:00
telackey added 1 commit 2024-02-08 06:43:46 +00:00
Switch to Docker-style limits
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 51s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m56s
Smoke Test / Run basic test suite (pull_request) Successful in 4m6s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m45s
4b3b3478e7
telackey added 1 commit 2024-02-08 06:47:52 +00:00
Refactor
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 58s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m7s
Smoke Test / Run basic test suite (pull_request) Successful in 4m11s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m41s
3309782439
telackey merged commit 5d16251ce9 into main 2024-02-08 16:52:50 +00:00
telackey deleted branch telackey/limits 2024-02-08 16:52:51 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#735
No description provided.