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:
name: pgadmin-service
spec:
type: LoadBalancer # or NodePort based on your setup
type: ClusterIP
ports:
- port: 80
targetPort: 80