Files
nextcloud/deploy/infra/ingress-web.yaml
Márcio Fernandes 5acca5d4c7
All checks were successful
/ continuous-deploy (push) Successful in 23s
ingress/internal: relax security
ingress/public: disabled authentik-forward-auth (problems with phone clients)
middlewares/rate-limit: increase values
middlewares/security-headers:- added sts -  fix nextcloud warning Some headers are not set correctly on your instance - The Strict-Transport-Security HTTP header is not set (should be at least 15552000 seconds). For enhanced security, it is recommended to enable HSTS
2026-04-16 19:47:11 +00:00

28 lines
564 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