You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| global.convoy.sentry_sample_rate | float |`1`| Sentry sample rate for error sampling (0.0 to 1.0) |
109
-
| global.convoy.tag | string |`"v25.9.2"`| Docker image tags for all convoy components |
128
+
| global.convoy.tag | string |`"v26.1.4"`| Docker image tags for all convoy components |
110
129
| global.convoy.tracer_enabled | bool |`false`| Tracing config for all convoy services |
111
130
| global.convoy.tracer_type | string |`"otel"`| Tracing provider type |
112
131
| global.externalDatabase.database | string |`"convoy"`| Database name for the external database |
@@ -120,12 +139,12 @@ Open Source Webhooks Gateway
120
139
| global.externalDatabase.secret | string |`""`| If this secret parameter is not empty, the password value will be ignored. The password in the secret should be in the 'password' key |
121
140
| global.externalDatabase.username | string |`"postgres"`| Username for the external database |
122
141
| global.externalRedis.addresses | string |`""`| redis cluster addresses, if set the other values won't be used |
123
-
| global.externalRedis.database | string |`""`| Database name for the external redis. |
142
+
| global.externalRedis.database | string |`"0"`| Database name for the external redis. |
124
143
| global.externalRedis.enabled | bool |`false`| Enable external redis, Enable this if you use an external redis and disable Native redis |
125
-
| global.externalRedis.host | string |`""`| Host for the external redis |
126
-
| global.externalRedis.password | string |`""`| password for the external redis, ignored in case of secret parameter with non-empty value |
127
-
| global.externalRedis.port | string |`""`| Port for the external redis |
128
-
| global.externalRedis.scheme | string |`""`| Scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel |
144
+
| global.externalRedis.host | string |`"redis-master"`| Host for the external redis |
145
+
| global.externalRedis.password | string |`"convoy"`| password for the external redis, ignored in case of secret parameter with non-empty value |
146
+
| global.externalRedis.port | string |`"6379"`| Port for the external redis |
147
+
| global.externalRedis.scheme | string |`"redis"`| Scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel |
129
148
| global.externalRedis.secret | string |`""`| If this secret parameter is not empty, password value will be ignored. The password in the secret should be in the 'password' key |
130
149
| global.externalRedis.username | string |`""`| username for the external redis. |
131
150
| global.nativeRedis.enabled | bool |`true`| Enable redis; This will use redis chart, Disable if you use an external redis |
@@ -135,16 +154,33 @@ Open Source Webhooks Gateway
135
154
| global.nativeRedis.secret | string |`""`| If this secret parameter is not empty, password value will be ignored. The password in the secret should be in the 'password' key |
136
155
| server.app.replicaCount | int |`1`||
137
156
| server.app.resources | object |`{}`||
157
+
| server.autoscaling.behavior.scaleDown.policies[0].periodSeconds | int |`60`||
| server.env.auth.file.secret | string |`basic-auth`| If this secret parameter is not empty, basic auth inline value will be ignored. The basic auth config should be in the 'basic_auth_config' key |
147
182
| server.env.auth.file.basic | object |`{}`||
183
+
| server.env.auth.file.secret | string |`""`| If this secret parameter is not empty, basic auth inline value will be ignored. The basic auth config should be in the 'basic_auth_config' key |
0 commit comments