add ext svc for inv companion
This commit is contained in:
@@ -14,6 +14,7 @@ data:
|
|||||||
check_tables: true
|
check_tables: true
|
||||||
invidious_companion:
|
invidious_companion:
|
||||||
- private_url: "http://invidious-companion-service:8282"
|
- private_url: "http://invidious-companion-service:8282"
|
||||||
|
- public_url: "https://companion.akshub-lab.uk"
|
||||||
invidious_companion_key: "${INVIDIOUS_COMPANION_KEY}"
|
invidious_companion_key: "${INVIDIOUS_COMPANION_KEY}"
|
||||||
hmac_key: "${INVIDIOUS_HMAC_KEY}"
|
hmac_key: "${INVIDIOUS_HMAC_KEY}"
|
||||||
external_port: 443
|
external_port: 443
|
||||||
|
|||||||
@@ -40,3 +40,19 @@ spec:
|
|||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
nodePort: 3111
|
nodePort: 3111
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: invidious-companion-ext-service
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
type: NodePort
|
||||||
|
selector:
|
||||||
|
app: invidious-companion
|
||||||
|
ports:
|
||||||
|
- port: 8282
|
||||||
|
targetPort: 8282
|
||||||
|
nodePort: 30082
|
||||||
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user