Skip to content

Commit 6a4cbc1

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 6318272 commit 6a4cbc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/ingress-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ config:
5757
retryPeriod: "2s"
5858
disable: false
5959
metricsAddr: ":8080"
60-
enableServer: false # The debug API is behind this server which is disabled by default for security reasons.
61-
serverAddr: "127.0.0.1:9092" # Available endpoints: /debug can be used to debug in-memory state of translated adc configs to be synced with data plane.
60+
enableServer: false # The debug API is behind this server which is disabled by default for security reasons.
61+
serverAddr: "127.0.0.1:9092" # Available endpoints: /debug can be used to debug in-memory state of translated adc configs to be synced with data plane.
6262
enableHTTP2: false
6363
probeAddr: ":8081"
6464
secureMetrics: false

0 commit comments

Comments
 (0)