add dns
This commit is contained in:
@@ -43,6 +43,10 @@ spec:
|
||||
value: "8282"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: "192.168.1.0/24"
|
||||
- name: DOT
|
||||
value: "on"
|
||||
- name: DNS_ADDRESS
|
||||
value: "8.8.8.8"
|
||||
volumeMounts:
|
||||
- name: companion-cache
|
||||
mountPath: /var/tmp/youtubei.js
|
||||
@@ -57,7 +61,7 @@ spec:
|
||||
name: invidious-secrets
|
||||
key: SERVER_SECRET_KEY
|
||||
ports:
|
||||
- containerPort: 8283
|
||||
- containerPort: 8282
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
Reference in New Issue
Block a user