use inv-sig-helper instead of inv-companion

This commit is contained in:
2025-05-07 01:34:23 +05:30
parent 13b213c6b5
commit a324cae62f
5 changed files with 45 additions and 111 deletions

View File

@@ -21,7 +21,7 @@ spec:
- sh
- -c
- |
until nc -z -v -w30 invidious-companion-service 8282; do
until nc -z -v -w30 inv-sig-helper 12999; do
echo "Waiting for companion to be ready..."
sleep 2
done
@@ -65,14 +65,6 @@ spec:
value: "3000"
ports:
- containerPort: 3000
livenessProbe:
httpGet:
path: /api/v1/trending
port: 3000
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 2
volumeMounts:
- name: logging
mountPath: /var/log/invidious