Files
Kubernetes.K3s.installLog/services/Webtop/ingressroute-webtop.yaml

20 lines
406 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: webtop
namespace: webtop
spec:
entryPoints:
- websecure
routes:
- match: Host(`remote.spamasaurus.com`)
kind: Rule
services:
- name: webtop
port: 3001
scheme: https
serversTransport: insecure-skip-verify
middlewares:
- name: 2fa-authentication@file
- name: security-headers@file