Browse Source
Helm: Fix warning when providing resource requests/limits for S3 (#5611)
pull/5613/head
Johnny Cederholm
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
k8s/charts/seaweedfs/values.yaml
|
@ -765,7 +765,7 @@ s3: |
|
|
# should map directly to the value of the resources field for a PodSpec, |
|
|
# should map directly to the value of the resources field for a PodSpec, |
|
|
# formatted as a multi-line string. By default no direct resource request |
|
|
# formatted as a multi-line string. By default no direct resource request |
|
|
# is made. |
|
|
# is made. |
|
|
resources: {} |
|
|
|
|
|
|
|
|
resources: null |
|
|
|
|
|
|
|
|
# Toleration Settings for server pods |
|
|
# Toleration Settings for server pods |
|
|
# This should be a multi-line string matching the Toleration array |
|
|
# This should be a multi-line string matching the Toleration array |
|
|