roundcube nginx

This commit is contained in:
2024-07-10 00:19:26 -04:00
parent 19fb57203a
commit 6baed168b2
5 changed files with 96 additions and 3 deletions

View File

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