File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 88serviceAccount : " "
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.
1211securityContext : {}
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
1618proBuilder :
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 :
You can’t perform that action at this time.
0 commit comments