Skip to content

Commit 637b4f9

Browse files
committedMar 1, 2025
Remove dnsConfig settings from multiple helmreleases
1 parent 9a40066 commit 637b4f9

File tree

9 files changed

+1
-46
lines changed

9 files changed

+1
-46
lines changed
 

‎kubernetes/apps/production/arr/bazarr/helmrelease.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54-
dnsPolicy: None
55-
dnsConfig:
56-
nameservers:
57-
- 10.43.0.10
58-
- 1.1.1.1
59-
- 8.8.8.8
6054

6155
containers:
6256
app:

‎kubernetes/apps/production/arr/flaresolverr/helmrelease.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ spec:
4343
fsGroup: *context
4444
fsGroupChangePolicy: "OnRootMismatch"
4545
dnsPolicy: None
46-
dnsConfig:
47-
nameservers:
48-
- 10.43.0.10
49-
- 1.1.1.1
50-
- 8.8.8.8
5146

5247
containers:
5348
app:

‎kubernetes/apps/production/arr/jellyseerr/helmrelease.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54-
dnsPolicy: None
55-
dnsConfig:
56-
nameservers:
57-
- 10.43.0.10
58-
- 1.1.1.1
59-
- 8.8.8.8
6054

6155
containers:
6256
app:

‎kubernetes/apps/production/arr/prowlarr/helmrelease.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54-
dnsPolicy: None
55-
dnsConfig:
56-
nameservers:
57-
- 10.43.0.10
58-
- 1.1.1.1
59-
- 8.8.8.8
6054

6155
containers:
6256
app:

‎kubernetes/apps/production/arr/qbitty/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
app:
5050
image:
5151
repository: ghcr.io/hotio/qbittorrent
52-
tag: release-5.0.4
52+
tag: latest@sha256:d97080a8a978d7705297dc44bcd6c599b3b47631fec8dcfc0cb7039279d05b02
5353
pullPolicy: IfNotPresent
5454
env:
5555
TZ: "${TZ}"

‎kubernetes/apps/production/arr/radarr/helmrelease.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54-
dnsPolicy: None
55-
dnsConfig:
56-
nameservers:
57-
- 10.43.0.10
58-
- 1.1.1.1
59-
- 8.8.8.8
6054

6155
containers:
6256
app:

‎kubernetes/apps/production/arr/recyclarr/helmrelease.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ spec:
4949
fsGroup: *context
5050
fsGroupChangePolicy: "OnRootMismatch"
5151
dnsPolicy: None
52-
dnsConfig:
53-
nameservers:
54-
- 1.1.1.1
55-
- 8.8.8.8
5652

5753
containers:
5854
app:

‎kubernetes/apps/production/arr/sabnzbd/helmrelease.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54-
dnsPolicy: None
55-
dnsConfig:
56-
nameservers:
57-
- 10.43.0.10
58-
- 1.1.1.1
59-
- 8.8.8.8
6054

6155
containers:
6256
app:

‎kubernetes/apps/production/arr/sonarr/helmrelease.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54-
dnsPolicy: None
55-
dnsConfig:
56-
nameservers:
57-
- 10.43.0.10
58-
- 1.1.1.1
59-
- 8.8.8.8
6054

6155
containers:
6256
app:

0 commit comments

Comments
 (0)
Please sign in to comment.