Kubernetes.K3s.installLog/services/Calckey/ingressroute-calckey.yaml

18 lines
331 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: calckey
namespace: calckey
spec:
entryPoints:
- websecure
routes:
- match: Host(`rest.itch.fyi`)
kind: Rule
services:
- name: calckey
port: 80
middlewares:
- name: security-headers@file
- name: compression@file