From 06dc8ad5e3ea8a58fbb77f5338223ffaef883728 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Thu, 24 Oct 2024 12:28:36 +0200 Subject: [PATCH] change userlog port --- .drone.star | 2 +- .../serviceAvailability/serviceAvailabilityCheck.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 563c49febc..a38638e9a9 100644 --- a/.drone.star +++ b/.drone.star @@ -2356,7 +2356,7 @@ def ocisServer(storage = "ocis", accounts_hash_difficulty = 4, volumes = [], dep "STORAGE_SYSTEM_DEBUG_ADDR": "0.0.0.0:9217", "STORAGE_USERS_DEBUG_ADDR": "0.0.0.0:9159", "THUMBNAILS_DEBUG_ADDR": "0.0.0.0:9189", - "USERLOG_DEBUG_ADDR": "0.0.0.0:9210", + "USERLOG_DEBUG_ADDR": "0.0.0.0:9214", "USERS_DEBUG_ADDR": "0.0.0.0:9145", "WEB_DEBUG_ADDR": "0.0.0.0:9104", "WEBDAV_DEBUG_ADDR": "0.0.0.0:9119", diff --git a/tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature b/tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature index 14529bf374..8eb44415bc 100644 --- a/tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature +++ b/tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature @@ -42,7 +42,7 @@ Feature: service health check | %base_url_without_scheme_and_port%:9159/healthz | storage-users | | # | %base_url_without_scheme_and_port%:/healthz | store | # deleted | # | %base_url_without_scheme_and_port%:9189/healthz | thumbnails | #get 500 | - # | %base_url_without_scheme_and_port%:9210/healthz | userlog | #get 500 | + # | %base_url_without_scheme_and_port%:9214/healthz | userlog | #get 500 | | %base_url_without_scheme_and_port%:9145/healthz | users | | # | %base_url_without_scheme_and_port%:9104/healthz | web | #get 500 | # | %base_url_without_scheme_and_port%:9119/healthz | webdav | #get 500 | @@ -108,7 +108,7 @@ Feature: service health check | %base_url_without_scheme_and_port%:9159/readyz | storage-users | | # | %base_url_without_scheme_and_port%:/readyz | store | # deleted | # | %base_url_without_scheme_and_port%:9189/readyz | thumbnails | #get 500 | - # | %base_url_without_scheme_and_port%:9210/readyz | userlog | #get 500 | + # | %base_url_without_scheme_and_port%:9214/readyz | userlog | #get 500 | | %base_url_without_scheme_and_port%:9145/readyz | users | | # | %base_url_without_scheme_and_port%:9104/readyz | web | #get 500 | # | %base_url_without_scheme_and_port%:9119/readyz | webdav | #get 500 |