Skip to content

Commit bbfb108

Browse files
committedFeb 19, 2025
update flaresolverr
1 parent 6d1188d commit bbfb108

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ spec:
3030
cpu: "100m"
3131
limits:
3232
memory: "300Mi"
33-
cpu: "200m"
33+
cpu: "200m"
34+
dnsPolicy: None
35+
dnsConfig:
36+
nameservers:
37+
- 10.43.0.10
38+
- 1.1.1.1
39+
- 8.8.8.8

0 commit comments

Comments
 (0)
Please sign in to comment.