Open cchalifo999 opened 10 months ago
I personally don't use the apache image, but as a first check of things, it looks like the parameters under defaultConfigs
are indented one too many indents. I also don't see an ingress section. Do you have ingress enabled? Can you please post that part of your values.yaml?
Oh, it may also be helpful to get the logs from your container as well as the nextcloud proper logs. We have a bit of advice on nextcloud logging here: https://github.com/nextcloud/helm/tree/main/charts/nextcloud#logging
Describe your Issue
i did a fresh install of next cloud from helm repo
after when i create a new use and it seems to goes the thinstall and after the install i get Service Unavailable
Logs and Errors
Describe your Environment
Kubernetes distribution: k3s
Helm Version (or App that manages helm):
Helm Chart Version: https://nextcloud.github.io/helm/ nextcloud-4.5.12
values.yaml
:hpa: enabled: false
image: repository: nextcloud tag: 27-apache pullPolicy: IfNotPresent
internalDatabase: enabled: false mariadb: db: name: nextcloud password: db-password user: nextcloud enabled: true master: persistence: accessMode: ReadWriteOnce enabled: true size: 8Gi replication: enabled: false rootUser: password: root-db-password forcePassword: true postgresql: enabled: false
metrics: enabled: false
defaultConfigs: .htaccess: true apache-pretty-urls.config.php: true apcu.config.php: true apps.config.php: true autoconfig.php: true redis.config.php: true smtp.config.php: false
persistence: accessMode: ReadWriteOnce annotations: {} enabled: true size: 8Gi