homelab/apps/production/traefik/external-services/tdarr.local.fascinated.cc.yml
2024-09-22 00:08:18 +01:00

31 lines
602 B
YAML

kind: Service
apiVersion: v1
metadata:
name: tdarr-local-external
namespace: traefik
spec:
type: ExternalName
externalName: 10.0.0.136
ports:
- name: http
port: 8265
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: tdarr-local-external-ingress
namespace: traefik
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`tdarr.local.fascinated.cc`)
kind: Rule
services:
- name: tdarr-local-external
port: 8265
tls:
secretName: local-fascinated-cc