refactor: userbot to subtree
This commit is contained in:
@@ -57,3 +57,30 @@ ports:
|
||||
endpoints:
|
||||
- addresses:
|
||||
- "192.168.88.100"
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: headplane-external
|
||||
namespace: headscale
|
||||
spec:
|
||||
ports:
|
||||
- port: 3000
|
||||
targetPort: 13000
|
||||
name: http
|
||||
---
|
||||
apiVersion: discovery.k8s.io/v1
|
||||
kind: EndpointSlice
|
||||
metadata:
|
||||
name: headplane-external
|
||||
namespace: headscale
|
||||
labels:
|
||||
kubernetes.io/service-name: headplane-external
|
||||
addressType: IPv4
|
||||
ports:
|
||||
- port: 13000
|
||||
protocol: TCP
|
||||
name: http
|
||||
endpoints:
|
||||
- addresses:
|
||||
- "192.168.88.100"
|
||||
|
||||
Reference in New Issue
Block a user