mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 07:57:35 +00:00
Move kubernetes to kustomize, since thats what it is
This commit is contained in:
8
docs/examples/kustomize/base/configmap.yaml
Normal file
8
docs/examples/kustomize/base/configmap.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: headscale-config
|
||||
data:
|
||||
server_url: $(PUBLIC_PROTO)://$(PUBLIC_HOSTNAME)
|
||||
listen_addr: "0.0.0.0:8080"
|
||||
ephemeral_node_inactivity_timeout: "30m"
|
Reference in New Issue
Block a user