We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647781b commit aaddb00Copy full SHA for aaddb00
operator/src/main/kotlin/eu/glasskube/operator/apps/nextcloud/dependent/NextcloudDeployment.kt
@@ -231,7 +231,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
231
timeoutSeconds = 9
232
httpGet {
233
port = intOrString("http")
234
- path = "/login"
+ path = "/status.php"
235
httpHeaders = listOf(
236
HTTPHeader("Host", primary.spec.host)
237
)
@@ -244,7 +244,7 @@ class NextcloudDeployment(private val configService: ConfigService) :
244
245
246
247
248
249
250
0 commit comments