ionos webhook, nextcloud ingress
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,8 +2,8 @@ ingress:
|
||||
enabled: false
|
||||
|
||||
phpClientHttpsFix:
|
||||
enabled: false
|
||||
protocol: https
|
||||
enabled: true
|
||||
protocol: http
|
||||
|
||||
nextcloud:
|
||||
host: newcloud.steffenillium.de
|
||||
|
||||
Reference in New Issue
Block a user