Skip to content

Commit

Permalink
feat(Nextcloud): change probe destination to status.php
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig committed Dec 20, 2023
1 parent 647781b commit aaddb00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
timeoutSeconds = 9
httpGet {
port = intOrString("http")
path = "/login"
path = "/status.php"
httpHeaders = listOf(
HTTPHeader("Host", primary.spec.host)
)
Expand All @@ -244,7 +244,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
timeoutSeconds = 9
httpGet {
port = intOrString("http")
path = "/login"
path = "/status.php"
httpHeaders = listOf(
HTTPHeader("Host", primary.spec.host)
)
Expand Down

0 comments on commit aaddb00

Please sign in to comment.