We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1de7e commit d5a1c65Copy full SHA for d5a1c65
kubernetes/apps/default/qbittorrent/app/helmrelease.yaml
@@ -75,6 +75,7 @@ spec:
75
BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054
76
DOT: off
77
DOT_CACHING: off
78
+ DOT_IPV6: off
79
FIREWALL_DEBUG: on
80
FIREWALL_INPUT_PORTS: "80,9999"
81
HEALTH_SERVER_ADDRESS: ":9999"
kubernetes/apps/default/sabnzbd/app/helmrelease.yaml
@@ -68,7 +68,9 @@ spec:
68
tag: v3.39.1-jfroy.4@sha256:236f04803c9c52efd1431a6bc9103c07bd454009b97582e0b9f22d9c130e1ee2
69
env:
70
71
- DOT_IPV6: on
+ DOT: off
72
+ DOT_CACHING: off
73
74
0 commit comments