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

committed by
Juan Font

parent
a43bb9c958
commit
dd9b4b1cb7
9
examples/kustomize/base/configmap.yaml
Normal file
9
examples/kustomize/base/configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: headscale-config
|
||||
data:
|
||||
server_url: $(PUBLIC_PROTO)://$(PUBLIC_HOSTNAME)
|
||||
listen_addr: "0.0.0.0:8080"
|
||||
metrics_listen_addr: "127.0.0.1:9090"
|
||||
ephemeral_node_inactivity_timeout: "30m"
|
Reference in New Issue
Block a user