postgress: Updated the service type to ClusterIP

This commit is contained in:
2025-03-02 12:04:08 +02:00
parent 5d33667b08
commit 59bd37bdb7

View File

@ -74,7 +74,7 @@ kind: Service
metadata: metadata:
name: pgadmin-service name: pgadmin-service
spec: spec:
type: LoadBalancer # or NodePort based on your setup type: ClusterIP
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 80