This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
homelab/kubernetes/infrastructure/capacitor/ingress.yaml

24 lines
535 B
YAML
Raw Normal View History

2024-09-22 07:10:35 +00:00
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: capacitor-external-ingress
namespace: flux-system
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`capacitor.local.fascinated.cc`)
kind: Rule
middlewares:
- name: default-headers
namespace: traefik
2024-09-28 07:28:31 +00:00
- name: compress
namespace: traefik
2024-09-22 07:10:35 +00:00
services:
- name: capacitor
port: 9000
tls:
secretName: fascinated-cc