use inv-companion instead of inv-sig-helper

This commit is contained in:
2025-09-14 21:40:25 +05:30
parent f2300b0d37
commit 385ef35d57
3 changed files with 13 additions and 14 deletions

View File

@@ -13,8 +13,7 @@ data:
host: localhost
port: 5432
check_tables: true
signature_server: localhost:12999
visitor_data: ${VISITOR_DATA}
po_token: ${PO_TOKEN}
port: 3000
invidious_companion:
- private_url: "http://localhost:8282/companion"
invidious_companion_key: ${INVIDIOUS_COMPANION_KEY}
hmac_key: ${INVIDIOUS_HMAC_KEY}

View File

@@ -65,15 +65,16 @@ spec:
volumeMounts:
- name: postgres-data
mountPath: /var/lib/postgresql/data
- name: inv-sig-helper
image: quay.io/invidious/inv-sig-helper@sha256:39fee87693ef3d71c212d9511f2adb3230783753342321489deab17caa87c42f
- name: inv-companion
image: quay.io/invidious/invidious-companion:latest
restartPolicy: Always
args: ["--tcp", "0.0.0.0:12999"]
env:
- name: RUST_LOG
value: "info"
- name: SERVER_SECRET_KEY
valueFrom:
secretKeyRef:
name: invidious-secrets
key: INVIDIOUS_COMPANION_KEY
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL