Skip to content

Commit

Permalink
fix: value keys are incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Nov 8, 2023
1 parent a0edacf commit 9eeab41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ingress:
{{- end }}

wbstack:
qsBatchesMarkFailedAfter: 3
qsBatchesRetryAfter: 'PT300S'
qsBatchMarkFailedAfter: 3
qsBatchPendingTimeout: 'PT300S'
signupThrottlingRange: 'PT24H'
signupThrottlingLimit: 20
summaryCreationRateRanges:
Expand Down

0 comments on commit 9eeab41

Please sign in to comment.