Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-10-05 13:20:02 -04:00
parent cd57c90aa5
commit 21d3bb0467
14 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: seafile
namespace: seafile
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: seafile.michaelthomson.dev
http:
paths:
- pathType: ImplementationSpecific
path: /
backend:
service:
name: seafile
port:
name: http
tls:
- hosts:
- seafile.michaelthomson.dev
secretName: letsencrypt-wildcard-cert-michaelthomson.dev