Skip to content

Commit 9205263

Browse files
committed
Minor updates to values.yaml
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 622ea77 commit 9205263

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

chart/pro-builder/values.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@
88
serviceAccount: ""
99

1010
# Set at the Pod level
11-
# The permission is set to that AWS IAM can be used to access credentials for AWS ECR.
1211
securityContext: {}
13-
# fsGroup: 65534
12+
13+
# Use this permission for AWS IRSA.
14+
# securityContext:
15+
# fsGroup: 65534
1416

1517
# image is for the pro-builder API
1618
proBuilder:
1719
image: ghcr.io/openfaasltd/pro-builder:0.5.1
1820

1921
# Set to 0 for unlimited, or some non-zero value for a hard limit
2022
# the builder will return a HTTP 429 status code, then the client
21-
# must retry the request. If it's helpful to you, the OpenFaaS Pro
22-
# queue-worker supports retrying failed requests.
23+
# must retry the request.
24+
# A function executed via the async queue will be retried, so can be
25+
# a convenient way to build functions without blocking the client.
2326
maxInflight: 0
2427

2528
resources:

0 commit comments

Comments
 (0)