remove separate db and sig-helper deployments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user