Skip to content

Commit

Permalink
request a minimum amount of ephemeralstorage for the registry (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Oct 3, 2023
1 parent 37da4c2 commit 12f53d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/registry/2.8.3/tmpl-deployment-objectstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ spec:
path: /
port: 443
scheme: HTTPS
resources:
requests:
ephemeral-storage: 10Mi
volumes:
- name: registry-config
configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ spec:
path: /
port: 443
scheme: HTTPS
resources:
requests:
ephemeral-storage: 10Mi
volumes:
- name: registry-config
configMap:
Expand Down

0 comments on commit 12f53d4

Please sign in to comment.