blob: f76f5261c4adb12bc75f7caeeec0f903a96676fe [file] [log] [blame]
giolekvacc3ebcb2021-12-17 10:52:17 +04001apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: lighthouse-config-template
5 namespace: {{ .Release.Namespace }}
6data:
7 lighthouse.yaml: |
8 pki:
9 ca: ""
10 cert: ""
11 key: ""
12 static_host_map:
13 "{{ .Values.lighthouse.internalIP }}": ["{{ .Values.lighthouse.externalIP }}:{{ .Values.lighthouse.port }}"]
14 lighthouse:
15 am_lighthouse: false
16 interval: 60
giolekva52da88a2021-12-17 18:08:25 +040017 hosts:
18 - "{{ .Values.lighthouse.internalIP }}"
giolekvacc3ebcb2021-12-17 10:52:17 +040019 listen:
20 host: "[::]"
21 port: 4242
22 punchy:
23 punch: true
24 cipher: chachapoly
25 tun:
26 disabled: false
27 dev: pcloud0
28 drop_local_broadcast: false
29 drop_multicast: false
30 tx_queue: 500
giolekva8d6a0ca2021-12-19 17:42:25 +040031 mtu: 576
giolekvacc3ebcb2021-12-17 10:52:17 +040032 logging:
giolekva52da88a2021-12-17 18:08:25 +040033 level: debug
giolekvacc3ebcb2021-12-17 10:52:17 +040034 format: text
35 firewall:
36 conntrack:
37 tcp_timeout: 12m
38 udp_timeout: 3m
39 default_timeout: 10m
40 max_connections: 100000
41 outbound:
42 - port: any
43 proto: any
44 host: any
45 inbound:
46 - port: any
47 proto: any
48 host: any