Skip to content

Commit

Permalink
ROX-23370: add requests and limits to FM initContainer (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbologa authored Apr 8, 2024
1 parent 4dfab42 commit 5ed9b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/service-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,13 @@ objects:
- --enable-db-debug=${ENABLE_DB_DEBUG}
- --alsologtostderr
- -v=${GLOG_V}
resources:
requests:
cpu: ${CPU_REQUEST}
memory: ${MEMORY_REQUEST}
limits:
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
containers:
- name: service
image: ${REPO_DIGEST}
Expand Down

0 comments on commit 5ed9b23

Please sign in to comment.