Fix gluetun healthcheck targets and DNS env var on fornax workers
Change HEALTH_TARGET_ADDRESS to ProtonVPN API endpoints so TLS startup check doesn't fail against cloudflare.com/github.com (rejected from ProtonVPN exit IPs). Rename deprecated DNS_ADDRESS to DNS_UPSTREAM_PLAIN_ADDRESSES in fornax-workers.yaml.
This commit is contained in:
@@ -81,8 +81,10 @@ spec:
|
||||
value: "51820"
|
||||
- name: DOT
|
||||
value: "off"
|
||||
- name: DNS_ADDRESS
|
||||
- name: DNS_UPSTREAM_PLAIN_ADDRESSES
|
||||
value: "10.43.0.10"
|
||||
- name: HEALTH_TARGET_ADDRESS
|
||||
value: "api.protonvpn.ch:443,account.proton.me:443"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: 10.42.0.0/16,10.43.0.0/16
|
||||
ports:
|
||||
|
||||
@@ -110,8 +110,10 @@ spec:
|
||||
value: "51820"
|
||||
- name: DOT
|
||||
value: "off"
|
||||
- name: DNS_ADDRESS
|
||||
- name: DNS_UPSTREAM_PLAIN_ADDRESSES
|
||||
value: "10.43.0.10"
|
||||
- name: HEALTH_TARGET_ADDRESS
|
||||
value: "api.protonvpn.ch:443,account.proton.me:443"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: "10.42.0.0/16,10.43.0.0/16"
|
||||
volumeMounts:
|
||||
@@ -324,8 +326,10 @@ spec:
|
||||
value: "51820"
|
||||
- name: DOT
|
||||
value: "off"
|
||||
- name: DNS_ADDRESS
|
||||
- name: DNS_UPSTREAM_PLAIN_ADDRESSES
|
||||
value: "10.43.0.10"
|
||||
- name: HEALTH_TARGET_ADDRESS
|
||||
value: "api.protonvpn.ch:443,account.proton.me:443"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: "10.42.0.0/16,10.43.0.0/16"
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user