feat: add tailscale service for openclaw
This commit is contained in:
@@ -4,4 +4,5 @@ resources:
|
|||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- helmrepository.yaml
|
- helmrepository.yaml
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
|
- tailscale-service.yaml
|
||||||
- secret.sops.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
|
||||||
Reference in New Issue
Block a user