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
> :construction: this is only available from next version, currently available in dev build
143
-
144
141
Sets the ConfigMap object that defines pattern files to be used in HAProxy configuration.
145
142
Controller will create corresponding files and update them when ConfigMap is updated.
146
143
Pattern files are particularly useful for [HAProxy ACLs](https://cbonte.github.io/haproxy-dconv/2.3/configuration.html#7.1) where we can load patterns from file.
@@ -225,9 +222,6 @@ args:
225
222
226
223
### `--default-backend-port`
227
224
228
-
229
-
> :construction: this is only available from next version, currently available in dev build
230
-
231
225
if default-backend-service is not used with this you can set default port used for same purpose
232
226
233
227
Possible values:
@@ -266,9 +260,6 @@ args:
266
260
267
261
### `--prometheus`
268
262
269
-
270
-
> :construction: this is only available from next version, currently available in dev build
271
-
272
263
enable prometheus endpoint, if default-backend-port is not used 6060 will be used
Copy file name to clipboardExpand all lines: documentation/doc.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
active_version: 1.7
1
+
active_version: 1.8
2
2
image_arguments:
3
3
- argument: --configmap
4
4
description: Sets the ConfigMap object that defines global settings for the ingress controller. An empty ConfigMap is deployed by default and you can see its name by calling <code>kubectl get configmaps</code>. You can either override the default ConfigMap with your own object that uses the same name, or you can set this argument to point to a different ConfigMap. See the ConfigMap Options to learn which values you can store in the ConfigMap.
0 commit comments