remove separate db deployment
This commit is contained in:
@@ -13,17 +13,3 @@ spec:
|
||||
targetPort: 3000
|
||||
nodePort: 3001
|
||||
protocol: TCP
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: jellystat-db-service
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
app: jellystat-db
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
|
||||
Reference in New Issue
Block a user