diff --git a/nexcloud/values.yaml b/nexcloud/values.yaml index e6e824d..c809379 100644 --- a/nexcloud/values.yaml +++ b/nexcloud/values.yaml @@ -53,6 +53,27 @@ persistence: # cpu: 100m # memory: 128Mi +nextcloud: + configs: + https.config.php: |- + 'cloud.limbosolutions.com', + 'overwrite.cli.url' => 'https://cloud.limbosolutions.com', + 'overwriteprotocol' => 'https' + ); + +# nextcloud: +# configs: +# logging.config.php: |- +# 'file', +# 'logfile' => 'nextcloud.log', +# 'loglevel' => 0, +# 'logdateformat' => 'F d, Y H:i:s' +# ); + ingress: enabled: true @@ -61,11 +82,11 @@ ingress: kubernetes.io/ingress.class: traefik cert-manager.io/cluster-issuer: "letsencrypt-prod" traefik.ingress.kubernetes.io/router.entrypoints: websecure,public-https - hosts: - - host: cloud.limbosolutions.com - paths: - - path: / - pathType: Prefix + # hosts: + # - host: cloud.limbosolutions.com + # paths: + # - path: / + # pathType: Prefix tls: - secretName: cloud-limbosolutions-com-secret-tls hosts: