blob: cdf18dfa57e3455cbdb93935462f6b2e934d01f6 [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
17 listen:
18 host: "[::]"
19 port: 4242
20 punchy:
21 punch: true
22 cipher: chachapoly
23 tun:
24 disabled: false
25 dev: pcloud0
26 drop_local_broadcast: false
27 drop_multicast: false
28 tx_queue: 500
29 mtu: 1300
30 logging:
31 level: info
32 format: text
33 firewall:
34 conntrack:
35 tcp_timeout: 12m
36 udp_timeout: 3m
37 default_timeout: 10m
38 max_connections: 100000
39 outbound:
40 - port: any
41 proto: any
42 host: any
43 inbound:
44 - port: any
45 proto: any
46 host: any