fix https apps errors

This commit is contained in:
2025-03-23 14:21:27 +00:00
parent 7cb910397f
commit 48486429d7

View File

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