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
Copy file name to clipboardExpand all lines: config/samples/config.yaml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ leader_election:
19
19
metrics_addr: ":8080"# The address the metrics endpoint binds to.
20
20
# The default value is ":8080".
21
21
22
+
enable_server: false # The debug API is behind this server which is disabled by default for security reasons.
22
23
server_addr: "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.
23
24
24
25
enable_http2: false # Whether to enable HTTP/2 for the server.
@@ -39,10 +40,8 @@ disable_gateway_api: false # Whether to disable the Gateway API su
39
40
provider:
40
41
type: "api7ee"
41
42
42
-
sync_period: 0s
43
-
# The period between two consecutive syncs.
44
-
# The default value is 0 seconds, which means the controller will not sync.
45
-
# If you want to enable the sync, set it to a positive value.
43
+
sync_period: 1h# The period between two consecutive syncs. The default value is 1 hour.
44
+
# If you want to disable the sync, set it to 0.
46
45
init_sync_delay: 20m# The initial delay before the first sync, only used when the controller is started.
0 commit comments