File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
type : application
3
3
description : OpenFaaS - Serverless Functions Made Simple
4
4
name : openfaas
5
- version : 14.1.11
5
+ version : 14.1.12
6
6
sources :
7
7
- https://github.com/openfaas/faas
8
8
- https://github.com/openfaas/faas-netes
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ gateway:
92
92
93
93
# For OpenFaaS Pro and the Function CRD
94
94
operator :
95
- image : ghcr.io/openfaasltd/faas-netes:0.4.24
95
+ image : ghcr.io/openfaasltd/faas-netes:0.5.0
96
96
create : false
97
97
# Unnecessary when running a single replica of the gateway
98
98
leaderElection :
@@ -109,6 +109,12 @@ operator:
109
109
kubeClientQPS : 100
110
110
kubeClientBurst : 250
111
111
112
+ # For OpenFaaS for Enterprises, these numbers can be set higher,
113
+ # For very high usage, you can increase the rate at which Function CRs
114
+ # are processed and turned into deployments, or updated in response to changes
115
+ reconcileQPS : 100
116
+ reconcileBurst : 250
117
+
112
118
# When set to true, pprof will be enabled, and the
113
119
# service "faas-provider" will gain an extra port to
114
120
# expose the pprof endpoint, this cannot be used in production
@@ -117,11 +123,11 @@ operator:
117
123
pprof : false
118
124
119
125
faasnetesPro :
120
- image : ghcr.io/openfaasltd/faas-netes:0.4.24
126
+ image : ghcr.io/openfaasltd/faas-netes:0.5.0
121
127
122
128
# For the Community Edition
123
129
faasnetes :
124
- image : ghcr.io/openfaas/faas-netes:0.17.1
130
+ image : ghcr.io/openfaas/faas-netes:0.17.2
125
131
resources :
126
132
requests :
127
133
memory : " 120Mi"
You can’t perform that action at this time.
0 commit comments