use inv-sig-helper instead of inv-companion
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
@@ -7,23 +8,37 @@ spec:
|
||||
selector:
|
||||
app: invidious-db
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
- protocol: TCP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: invidious-companion-service
|
||||
name: invidious
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
app: invidious-companion
|
||||
app: invidious
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8282
|
||||
targetPort: 8282
|
||||
- protocol: TCP
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: inv-sig-helper
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
app: inv-sig-helper
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 12999
|
||||
targetPort: 12999
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
@@ -39,20 +54,4 @@ spec:
|
||||
- port: 3000
|
||||
targetPort: 3000
|
||||
nodePort: 3111
|
||||
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
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user