This commit is contained in:
2025-05-05 04:14:16 +05:30
parent 67162cd6d3
commit 319a0b23e8
2 changed files with 7 additions and 1 deletions

View File

@@ -11,3 +11,5 @@ data:
FIREWALL_INPUT_PORTS: "8080,7878,8989,8191,5055,6881" FIREWALL_INPUT_PORTS: "8080,7878,8989,8191,5055,6881"
FIREWALL_VPN_INPUT_PORTS: "8080,7878,8989,8191,5055,6881" FIREWALL_VPN_INPUT_PORTS: "8080,7878,8989,8191,5055,6881"
FIREWALL_OUTBOUND_SUBNETS: "192.168.1.0/24" FIREWALL_OUTBOUND_SUBNETS: "192.168.1.0/24"
DOT: "on"
DNS_ADDRESS: "8.8.8.8"

View File

@@ -43,6 +43,10 @@ spec:
value: "8282" value: "8282"
- name: FIREWALL_OUTBOUND_SUBNETS - name: FIREWALL_OUTBOUND_SUBNETS
value: "192.168.1.0/24" value: "192.168.1.0/24"
- name: DOT
value: "on"
- name: DNS_ADDRESS
value: "8.8.8.8"
volumeMounts: volumeMounts:
- name: companion-cache - name: companion-cache
mountPath: /var/tmp/youtubei.js mountPath: /var/tmp/youtubei.js
@@ -57,7 +61,7 @@ spec:
name: invidious-secrets name: invidious-secrets
key: SERVER_SECRET_KEY key: SERVER_SECRET_KEY
ports: ports:
- containerPort: 8283 - containerPort: 8282
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
readOnlyRootFilesystem: true readOnlyRootFilesystem: true