postgress: Updated the service type to ClusterIP
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user