Added Kubernetes deployment files (#2719)
This commit is contained in:
12
kubernetes-deployment/postgres/postgres-service.yaml
Normal file
12
kubernetes-deployment/postgres/postgres-service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgres
|
||||
namespace: skyvern
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5432
|
||||
targetPort: 5432
|
||||
selector:
|
||||
app: postgres
|
||||
Reference in New Issue
Block a user