Skip to content

Commit 1755ac4

Browse files
committedFeb 19, 2025
add custom DNS nameserver to prowlarr and sonarr configurations
1 parent cb7163c commit 1755ac4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ spec:
5454
dnsPolicy: None
5555
dnsConfig:
5656
nameservers:
57+
- 10.43.0.10
5758
- 1.1.1.1
5859
- 8.8.8.8
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ spec:
5454
dnsPolicy: None
5555
dnsConfig:
5656
nameservers:
57+
- 10.43.0.10
5758
- 1.1.1.1
5859
- 8.8.8.8
5960

0 commit comments

Comments
 (0)
Please sign in to comment.