nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

install from helm repo #514

Open cchalifo999 opened 5 months ago

cchalifo999 commented 5 months ago

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

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

jessebot commented 2 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?