mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-19 03:56:21 +00:00
test(schema): probeListenPort range fixtures (positive + negative cases)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
at '/probeListenPort'
|
||||
@@ -0,0 +1 @@
|
||||
probeListenPort: -1
|
||||
@@ -0,0 +1 @@
|
||||
at '/probeListenPort'
|
||||
@@ -0,0 +1 @@
|
||||
probeListenPort: 70000
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locks down the [0, 65535] range on probeListenPort. 0 = disabled
|
||||
# (default); any 1..65535 enables a separate plain-HTTP probe server.
|
||||
probeListenPort: 8081
|
||||
Reference in New Issue
Block a user