Skip to content

Commit

Permalink
Fix typo in ephemeral-storage request
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini authored and mfocko committed Oct 8, 2024
1 parent cb0e203 commit 1596ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/packit-service-beat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
requests:
memory: "160Mi"
cpu: "5m"
epehemeral-storage: "80Ki"
ephemeral-storage: "80Ki"
limits:
memory: "256Mi"
cpu: "50m"
Expand Down
2 changes: 1 addition & 1 deletion openshift/packit-service.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
requests:
memory: "320Mi"
cpu: "10m"
epehemeral-storage: "300Ki"
ephemeral-storage: "300Ki"
limits:
# run_httpd.sh does 'alembic upgrade head' which might require more memory
# If you see '/usr/bin/run_httpd.sh: line 16: Killed alembic upgrade head'
Expand Down

0 comments on commit 1596ca4

Please sign in to comment.