mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-24 02:25:24 +00:00
c64d756ea7
Tested with Rancher k3s. See k8s/README.md for site configuration and deployment instructions. Add cert-manager, tls, remote headscale script.
9 lines
196 B
YAML
9 lines
196 B
YAML
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"
|