diff --git a/servers/legion/k8s/fornax/worker/base/deployment.yaml b/servers/legion/k8s/fornax/worker/base/deployment.yaml index 24a8542..c14b7b9 100644 --- a/servers/legion/k8s/fornax/worker/base/deployment.yaml +++ b/servers/legion/k8s/fornax/worker/base/deployment.yaml @@ -87,6 +87,8 @@ spec: value: "10.43.0.10:53" - name: HEALTH_TARGET_ADDRESS value: "api.protonvpn.ch:443,account.proton.me:443" + - name: HEALTH_ICMP_TARGET_IPS + value: "10.2.0.1" - name: FIREWALL_OUTBOUND_SUBNETS value: 10.42.0.0/16,10.43.0.0/16 ports: diff --git a/servers/legion/k8s/media/fornax-workers.yaml b/servers/legion/k8s/media/fornax-workers.yaml index 2f89d6f..faa58fc 100644 --- a/servers/legion/k8s/media/fornax-workers.yaml +++ b/servers/legion/k8s/media/fornax-workers.yaml @@ -116,6 +116,8 @@ spec: value: "10.43.0.10:53" - name: HEALTH_TARGET_ADDRESS value: "api.protonvpn.ch:443,account.proton.me:443" + - name: HEALTH_ICMP_TARGET_IPS + value: "10.2.0.1" - name: FIREWALL_OUTBOUND_SUBNETS value: "10.42.0.0/16,10.43.0.0/16" volumeMounts: @@ -334,6 +336,8 @@ spec: value: "10.43.0.10:53" - name: HEALTH_TARGET_ADDRESS value: "api.protonvpn.ch:443,account.proton.me:443" + - name: HEALTH_ICMP_TARGET_IPS + value: "10.2.0.1" - name: FIREWALL_OUTBOUND_SUBNETS value: "10.42.0.0/16,10.43.0.0/16" volumeMounts: