feat: add tailscale service for openclaw

This commit is contained in:
2026-05-03 13:01:14 +02:00
parent fa0d689a4b
commit fa47a7f745
2 changed files with 16 additions and 0 deletions
@@ -4,4 +4,5 @@ resources:
- namespace.yaml
- helmrepository.yaml
- helmrelease.yaml
- tailscale-service.yaml
- secret.sops.yaml
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: openclaw-tailscale
namespace: openclaw
annotations:
tailscale.com/expose: "true"
tailscale.com/hostname: "openclaw"
spec:
selector:
app.kubernetes.io/name: openclaw
ports:
- port: 18789
targetPort: 18789
type: ClusterIP