|
|
@@ -65,7 +65,7 @@ spec:
|
|
|
dnsNames:
|
|
|
- webdav.bodicsek.host
|
|
|
---
|
|
|
-apiVersion: traefik.containo.us/v1alpha1
|
|
|
+apiVersion: traefik.io/v1alpha1
|
|
|
kind: Middleware
|
|
|
metadata:
|
|
|
name: webdav-options-support
|
|
|
@@ -92,7 +92,7 @@ spec:
|
|
|
- "*"
|
|
|
accessControlMaxAge: 100
|
|
|
---
|
|
|
-apiVersion: traefik.containo.us/v1alpha1
|
|
|
+apiVersion: traefik.io/v1alpha1
|
|
|
kind: IngressRoute
|
|
|
metadata:
|
|
|
name: webdav
|
|
|
@@ -113,37 +113,3 @@ spec:
|
|
|
port: 80
|
|
|
tls:
|
|
|
secretName: webdav.bodicsek.host
|
|
|
----
|
|
|
-apiVersion: cert-manager.io/v1
|
|
|
-kind: Certificate
|
|
|
-metadata:
|
|
|
- name: note.bodicsek.host
|
|
|
-spec:
|
|
|
- secretName: note.bodicsek.host
|
|
|
- issuerRef:
|
|
|
- name: letsencrypt-prod
|
|
|
- kind: ClusterIssuer
|
|
|
- dnsNames:
|
|
|
- - note.bodicsek.host
|
|
|
----
|
|
|
-apiVersion: traefik.containo.us/v1alpha1
|
|
|
-kind: IngressRoute
|
|
|
-metadata:
|
|
|
- name: note
|
|
|
- namespace: default
|
|
|
-spec:
|
|
|
- entryPoints:
|
|
|
- - websecure
|
|
|
- routes:
|
|
|
- - kind: Rule
|
|
|
- match: Host(`note.bodicsek.host`)
|
|
|
- middlewares:
|
|
|
- - name: webdav-options-support
|
|
|
- services:
|
|
|
- - kind: Service
|
|
|
- name: webdav
|
|
|
- namespace: default
|
|
|
- passHostHeader: true
|
|
|
- port: 80
|
|
|
- tls:
|
|
|
- secretName: note.bodicsek.host
|