| commit | 52da88adc600fdea6a73f30bb02f07253af9262f | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Dec 17 18:08:25 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Dec 17 18:08:25 2021 +0400 |
| tree | 4211a1be2271b319e589950cd18ad6172e40d63d | |
| parent | cc3ebcb0578941ce614d9459e784e88f399c0b9d [diff] |
VPN client: start Nebula controller locally
diff --git a/charts/vpn-mesh-config/templates/api.yaml b/charts/vpn-mesh-config/templates/api.yaml index 9da26d7..a747f4f 100644 --- a/charts/vpn-mesh-config/templates/api.yaml +++ b/charts/vpn-mesh-config/templates/api.yaml
@@ -27,6 +27,8 @@ metadata: labels: app: nebula-api + annotations: + checksum/config: {{ include (print $.Template.BasePath "/lighthouse-config-template.yaml") . | sha256sum }} spec: volumes: - name: config
diff --git a/charts/vpn-mesh-config/templates/lighthouse-config-template.yaml b/charts/vpn-mesh-config/templates/lighthouse-config-template.yaml index cdf18df..016ecb0 100644 --- a/charts/vpn-mesh-config/templates/lighthouse-config-template.yaml +++ b/charts/vpn-mesh-config/templates/lighthouse-config-template.yaml
@@ -14,6 +14,8 @@ lighthouse: am_lighthouse: false interval: 60 + hosts: + - "{{ .Values.lighthouse.internalIP }}" listen: host: "[::]" port: 4242 @@ -28,7 +30,7 @@ tx_queue: 500 mtu: 1300 logging: - level: info + level: debug format: text firewall: conntrack: