Skip to content

Commit aaddb00

Browse files
committed
feat(Nextcloud): change probe destination to status.php
Signed-off-by: Philip Miglinci <[email protected]>
1 parent 647781b commit aaddb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/src/main/kotlin/eu/glasskube/operator/apps/nextcloud/dependent/NextcloudDeployment.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
231231
timeoutSeconds = 9
232232
httpGet {
233233
port = intOrString("http")
234-
path = "/login"
234+
path = "/status.php"
235235
httpHeaders = listOf(
236236
HTTPHeader("Host", primary.spec.host)
237237
)
@@ -244,7 +244,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
244244
timeoutSeconds = 9
245245
httpGet {
246246
port = intOrString("http")
247-
path = "/login"
247+
path = "/status.php"
248248
httpHeaders = listOf(
249249
HTTPHeader("Host", primary.spec.host)
250250
)

0 commit comments

Comments
 (0)