mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 10:57:41 +00:00
Move kubernetes to kustomize, since thats what it is
This commit is contained in:
13
docs/examples/kustomize/base/service.yaml
Normal file
13
docs/examples/kustomize/base/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: headscale
|
||||
labels:
|
||||
app: headscale
|
||||
spec:
|
||||
selector:
|
||||
app: headscale
|
||||
ports:
|
||||
- name: http
|
||||
targetPort: http
|
||||
port: 8080
|
Reference in New Issue
Block a user