mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 12:50:52 +00:00
Move examples out of docs/ directory
This commit is contained in:

committed by
Juan Font

parent
a43bb9c958
commit
dd9b4b1cb7
13
examples/kustomize/base/service.yaml
Normal file
13
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