Compare commits

..

3 Commits

Author SHA1 Message Date
acf580c637 chore(deps): update flyimg/flyimg docker tag to v1.5.0 2024-10-27 12:02:20 +00:00
9e2adbcb12 Merge branch 'master' of https://git.fascinated.cc/Fascinated/homelab-argocd
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 45s
2024-10-27 11:05:26 +00:00
b12a591939 disable this - moved it to my dedi 2024-10-27 11:05:25 +00:00
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