ionos webhook, nextcloud ingress

This commit is contained in:
2024-03-28 14:58:01 +01:00
parent 212a35f255
commit cedcaaf976
6 changed files with 90 additions and 6 deletions

View File

@@ -1,15 +1,15 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: nextcloud
name: nextcloud-ingress
namespace: nextcloud
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`cloud.steffenillium.de`) || Host(`newcloud.steffenillium.de`)
- match: Host(`newcloud.steffenillium.de`)
kind: Rule
services:
- name: nextcloud
- name: lcl-nextcloud
port: 8080

View File

@@ -2,8 +2,8 @@ ingress:
enabled: false
phpClientHttpsFix:
enabled: false
protocol: https
enabled: true
protocol: http
nextcloud:
host: newcloud.steffenillium.de