From 88ccbc1313fe910176259cd6258dfffa4f8b073b Mon Sep 17 00:00:00 2001 From: Mercbot7 <42525173+Mercbot7@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:23:32 -0400 Subject: [PATCH] Update values.yaml to match cronjob updates and minor spacing fixes --- values.yaml | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/values.yaml b/values.yaml index 4bdab45..ef8f041 100644 --- a/values.yaml +++ b/values.yaml @@ -61,11 +61,11 @@ resources: {} # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: - # cpu: 100m - # memory: 128Mi + # cpu: 100m + # memory: 128Mi # requests: - # cpu: 100m - # memory: 128Mi + # cpu: 100m + # memory: 128Mi persistence: accessMode: 'ReadWriteOnce' enabled: false @@ -98,17 +98,17 @@ secrets: # Options for s3 storage type: # s3: -# region: us-east-1 -# regionEndpoint: https://s3.us-east-1.amazonaws.com -# bucket: my-bucket -# rootdirectory: /object/prefix -# encrypt: false -# secure: true +# region: us-east-1 +# regionEndpoint: https://s3.us-east-1.amazonaws.com +# bucket: my-bucket +# rootdirectory: /object/prefix +# encrypt: false +# secure: true # Options for swift storage type: # swift: -# authurl: http://swift.example.com/ -# container: my-container +# authurl: http://swift.example.com/ +# container: my-container # https://docs.docker.com/registry/recipes/mirror/ proxy: @@ -245,4 +245,16 @@ garbageCollect: enabled: false deleteUntagged: true schedule: "0 1 * * *" + podAnnotations: {} + podLabels: {} resources: {} + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + # limits: + # cpu: 100m + # memory: 128Mi + # requests: + # cpu: 100m + # memory: 128Mi