Skip to content

Commit

Permalink
Merge pull request #436 from jpopelka/repository_cache_storage
Browse files Browse the repository at this point in the history
Smaller repository_cache_storage

4Gi for both prod and stg should be enough given that all worker pods say:
$ du -h /repository-cache/
20K     /repository-cache/

Until packit/packit-service#1840 is fixed.

Reviewed-by: Tomas Tomecek <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jan 21, 2023
2 parents 97021db + 9918691 commit f23f4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with_beat: true
with_pushgateway: true
with_repository_cache: true
repository_cache_storage: 16Gi
repository_cache_storage: 4Gi
with_sandbox: true
push_dev_images: false
with_fluentd_sidecar: false
Expand Down
2 changes: 1 addition & 1 deletion vars/packit/prod_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ with_flower: true
# with_pushgateway: true

# with_repository_cache: true
repository_cache_storage: 10Gi
# repository_cache_storage: 4Gi

with_fluentd_sidecar: true

Expand Down
2 changes: 1 addition & 1 deletion vars/packit/stg_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with_flower: true
# with_pushgateway: true

# with_repository_cache: true
# repository_cache_storage: 16Gi
# repository_cache_storage: 4Gi

with_fluentd_sidecar: true

Expand Down

0 comments on commit f23f4ee

Please sign in to comment.