Files
nextcloud/deploy/infra/ingress-web.yaml
Márcio Fernandes 75aede94ac
All checks were successful
/ continuous-deploy (push) Successful in 24s
add middlewares (source nginx template on source helm values), and default_phone_region
2026-04-16 22:58:37 +00:00

30 lines
704 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: nextcloud-web
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: traefik
spec:
entryPoints:
- websecure
tls:
secretName: cloud-limbosolutions-com-tls
domains:
- main: cloud.limbosolutions.com
routes:
- match: Host(`cloud.limbosolutions.com`)
kind: Rule
services:
- name: nextcloud
port: 8080
middlewares:
- name: nextcloud-security-headers
- name: rate-limit
- name: nextcloud-deny-paths
- name: nextcloud-wellknown
- name: nextcloud-hostmeta
- name: nextcloud-dav