disable this - moved it to my dedi

This commit is contained in:
Lee 2024-10-27 11:05:25 +00:00
parent 3252358d95
commit b12a591939
6 changed files with 33 additions and 0 deletions

@ -0,0 +1,33 @@
kind: Service
apiVersion: v1
metadata:
name: tabby-external
namespace: traefik
spec:
type: ExternalName
externalName: 10.0.0.136
ports:
- name: http
port: 8280
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: tabby-external-ingress
namespace: traefik
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`tabby.fascinated.cc`)
kind: Rule
middlewares:
- name: default-headers
namespace: traefik
services:
- name: tabby-external
port: 8280
tls:
secretName: fascinated-cc