remove separate db and sig-helper deployments

This commit is contained in:
2025-05-27 18:43:00 +05:30
parent e8e2186031
commit cb05ea448f
5 changed files with 49 additions and 169 deletions

View File

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