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
# 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:
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: