Skip to content

Commit 066d310

Browse files
committed
Fix default value for maintenance event address type
1 parent dca9f7d commit 066d310

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

runner-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runner:
4141
autoReconnect: true
4242
maintenanceEventsConfig:
4343
enabled: true
44-
movingEndpointAddressType: PUBLIC_IP
44+
movingEndpointAddressType: EXTERNAL_IP # INTERNAL_IP, INTERNAL_FQDN, EXTERNAL_IP, EXTERNAL_FQDN
4545
#reconnectOptions:
4646
# fixedDelay: PT1S # 1s Configures constant delay between re-connection attempts
4747
#pingBeforeActivate: false

src/main/resources/runner-config-defaults.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ runner:
3535

3636
#clientOptions:
3737
#autoReconnect: true
38-
#supportMaintenanceEvents: false
38+
#maintenanceEventsConfig:
39+
# enabled: true
40+
# movingEndpointAddressType: EXTERNAL_IP # INTERNAL_IP, INTERNAL_FQDN, EXTERNAL_IP, EXTERNAL_FQDN
3941
#reconnectOptions:
4042
# fixedDelay: PT1S # 1s Configures constant delay between re-connection attempts
4143
# proactiveTimeoutsRelaxing: PT0.500S # 500 ms

0 commit comments

Comments
 (0)