Skip to content

Commit 88ccbc1

Browse files
authored
Update values.yaml to match cronjob updates and minor spacing fixes
1 parent e73d9e8 commit 88ccbc1

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

values.yaml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ resources: {}
6161
# resources, such as Minikube. If you do want to specify resources, uncomment the following
6262
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
6363
# limits:
64-
# cpu: 100m
65-
# memory: 128Mi
64+
# cpu: 100m
65+
# memory: 128Mi
6666
# requests:
67-
# cpu: 100m
68-
# memory: 128Mi
67+
# cpu: 100m
68+
# memory: 128Mi
6969
persistence:
7070
accessMode: 'ReadWriteOnce'
7171
enabled: false
@@ -98,17 +98,17 @@ secrets:
9898

9999
# Options for s3 storage type:
100100
# 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
107107

108108
# Options for swift storage type:
109109
# swift:
110-
# authurl: http://swift.example.com/
111-
# container: my-container
110+
# authurl: http://swift.example.com/
111+
# container: my-container
112112

113113
# https://docs.docker.com/registry/recipes/mirror/
114114
proxy:
@@ -245,4 +245,16 @@ garbageCollect:
245245
enabled: false
246246
deleteUntagged: true
247247
schedule: "0 1 * * *"
248+
podAnnotations: {}
249+
podLabels: {}
248250
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

Comments
 (0)