Skip to Content
0
Nov 18, 2022 at 02:21 PM

Kyma Timeout LoadBalancer Postgres

335 Views

---
kind: Service
apiVersion: v1
metadata:
name: postgres-service
spec:
selector:
app: postgres
type: LoadBalancer
ports:
- protocol: TCP
port: 5432
targetPort: 5432

image.png


image.png

sometimes it works but most of the time there is a timeout

Attachments

image.png (65.8 kB)
image.png (19.5 kB)