Open ch8zer opened 3 years ago
Just to try and root cause the issue:
I'm running on k3s
I could fix the problem AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.42.2.113 . Set the 'ServerName' directive globally to suppress this message
with the following lines at my values.yaml
file:
lifecycle:
postStartCommand: ["/bin/sh", "-c", "echo \"ServerName 172.16.4.35\" | tee -a /etc/apache2/apache2.conf"]
172.16.4.35
is the IP from metalLB
Maybe this can help you.
I am experiencing this same issue, using the stable
image tag. I get 500
responses but no errors or useful information in the logs.
same for me
I suggest trying the vanilla helm installation and then add on the values.yml one by one to see which one breaks it.
I've been trying to deploy the chart with the latest image, but haven't been able to do so successfully. What happens is the app is deployed, but I get the following (from the browser):
Looking at the logs:
I've been combing past posts, and the docs. I've tried enabling huge pages, and anything else that I found but I can't find the root cause of this issue.
I've also tried port-forwarding as the documentation suggests.
Is this a bug known with the latest image?
Here is my PVC:
My values.yaml, deployed with
helm install cloud nextcloud/nextcloud --namespace lab --values values.yaml