@@ -61,11 +61,11 @@ resources: {}
61
61
# resources, such as Minikube. If you do want to specify resources, uncomment the following
62
62
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
63
63
# limits:
64
- # cpu: 100m
65
- # memory: 128Mi
64
+ # cpu: 100m
65
+ # memory: 128Mi
66
66
# requests:
67
- # cpu: 100m
68
- # memory: 128Mi
67
+ # cpu: 100m
68
+ # memory: 128Mi
69
69
persistence :
70
70
accessMode : ' ReadWriteOnce'
71
71
enabled : false
@@ -98,17 +98,17 @@ secrets:
98
98
99
99
# Options for s3 storage type:
100
100
# s3:
101
- # region: us-east-1
102
- # regionEndpoint: https://s3.us-east-1.amazonaws.com
103
- # bucket: my-bucket
104
- # rootdirectory: /object/prefix
105
- # encrypt: false
106
- # secure: true
101
+ # region: us-east-1
102
+ # regionEndpoint: https://s3.us-east-1.amazonaws.com
103
+ # bucket: my-bucket
104
+ # rootdirectory: /object/prefix
105
+ # encrypt: false
106
+ # secure: true
107
107
108
108
# Options for swift storage type:
109
109
# swift:
110
- # authurl: http://swift.example.com/
111
- # container: my-container
110
+ # authurl: http://swift.example.com/
111
+ # container: my-container
112
112
113
113
# https://docs.docker.com/registry/recipes/mirror/
114
114
proxy :
@@ -245,4 +245,16 @@ garbageCollect:
245
245
enabled : false
246
246
deleteUntagged : true
247
247
schedule : " 0 1 * * *"
248
+ podAnnotations : {}
249
+ podLabels : {}
248
250
resources : {}
251
+ # We usually recommend not to specify default resources and to leave this as a conscious
252
+ # choice for the user. This also increases chances charts run on environments with little
253
+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
254
+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
255
+ # limits:
256
+ # cpu: 100m
257
+ # memory: 128Mi
258
+ # requests:
259
+ # cpu: 100m
260
+ # memory: 128Mi
0 commit comments