Open Syntax3rror404 opened 3 months ago
I'm not entirely sure what is going on, but after looking at the usage of nextcloud.host
it seems that we only really use it for the NEXTCLOUD_TRUSTED_DOMAINS. Now the probes use the host too, so if the server was not picking up the new host then the probes will fail.
Can you check your config.php and see if there is a trusted_domains
set? In that case it probably has precedence over the environment variable and is not using the new value. If you remove that it should work again :tm:
Hi, I have the exact same issue. Were you able to apply the host setting without the app loop crashing?
Describe your Issue
Changing the helm value responsible for the ingress hostname and the nextcloud internal host results in crashloopbackoff.
After changing back the nextcloud.host to the old value the deployment come back online. But this help in this case because I and I'm sure many other needs to change the hostname sometimes because of a migration to a other network etc.
Changing
to
I need to change this because I want to use my other ingress controller which can be accessed from the WAN.
Logs and Errors
crashloopbackoff in the nexcloud container inside the nextcloud pod. Nothing helpfull inside the log. The log shows no indicator about this issue. It looks simply like a exit code 1
Describe your Environment
Kubernetes distribution: v1.30.2+rke2r1
Helm Version: ArgoCD version 2.11.7
Helm Chart Version: 5.5.2
values.yaml
: