image: repository: nextcloud flavor: apache tag: pullPolicy: Always replicaCount: 1 internalDatabase: enabled: false externalDatabase: enabled: type type: mysql mariadb: enabled: true architecture: standalone primary: persistence: enabled: true existingClaim: "" storageClass: "" accessMode: ReadWriteOnce size: 8Gi service: type: ClusterIP port: 8080 loadBalancerIP: "" nodePort: persistence: enabled: true accessMode: ReadWriteOnce size: 8Gi nextcloudData: enabled: true subPath: annotations: {} accessMode: ReadWriteOnce size: 8Gi #limits: # cpu: 100m # memory: 128Mi #requests: # 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 className: traefik annotations: 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 tls: - secretName: cloud-limbosolutions-com-secret-tls hosts: - "cloud.limbosolutions.com"