Skip to content

Commit 12f53d4

Browse files
authored
request a minimum amount of ephemeralstorage for the registry (#4854)
1 parent 37da4c2 commit 12f53d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

addons/registry/2.8.3/tmpl-deployment-objectstore.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ spec:
122122
path: /
123123
port: 443
124124
scheme: HTTPS
125+
resources:
126+
requests:
127+
ephemeral-storage: 10Mi
125128
volumes:
126129
- name: registry-config
127130
configMap:

addons/registry/template/base/tmpl-deployment-objectstore.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ spec:
122122
path: /
123123
port: 443
124124
scheme: HTTPS
125+
resources:
126+
requests:
127+
ephemeral-storage: 10Mi
125128
volumes:
126129
- name: registry-config
127130
configMap:

0 commit comments

Comments
 (0)