We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3bae3 commit a5d3ec5Copy full SHA for a5d3ec5
build/haproxy_spec.yaml
@@ -808,6 +808,11 @@ definitions:
808
cookie:
809
pattern: ^[^\s]+$
810
type: string
811
+ health_check_port:
812
+ maximum: 65535
813
+ minimum: 1
814
+ type: integer
815
+ x-nullable: true
816
inter:
817
type: integer
818
x-nullable: true
models/configuration.yaml
@@ -540,6 +540,11 @@ server:
540
541
minimum: 1
542
maximum: 65535
543
544
545
546
547
548
maxconn:
549
550
x-display-name: Max Connections
0 commit comments