new for companion

This commit is contained in:
2025-04-15 12:56:33 +05:30
parent ca6234ecab
commit 044c52a8f1
5 changed files with 122 additions and 114 deletions

View File

@@ -1,44 +1,29 @@
---
apiVersion: v1
kind: Service
metadata:
name: invidious-db-service
namespace: default
name: invidious-db
namespace: invidious
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
name: companion
namespace: default
spec:
selector:
app: invidious
app: companion
ports:
- 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
- protocol: TCP
port: 8282
targetPort: 8282
---
apiVersion: v1