Tailscale in Kubernetes

Set tailscale operator up in Kubernetes
Configure external services
This commit is contained in:
Greg Hellings
2025-08-15 22:39:00 -05:00
parent 5d883cdcfc
commit 2654a8972d
7 changed files with 73 additions and 37 deletions
+11 -17
View File
@@ -1,21 +1,15 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dendrite-ingress
annotations:
ingressClassName: traefik
namespace: matrix
name: dendrite-ingress-tailscale
spec:
rules:
- &host
host: matrix.kubernetes
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: dendrite
port:
number: 8008
- <<: *host
host: matrix.thehellings.com
ingressClassName: tailscale
defaultBackend:
service:
name: dendrite
port:
number: 8008
tls:
- hosts:
- matrix