Open jschaeff opened 2 years ago
Hello @jschaeff Were you able to fix the problem?
No, I worked a lot on it and could'nt get the right settings.
I have similar issues with other deployments and ingresses. So the problem may not be related to the chart.
I'd be glad to test any suggestion, though.
Sorry for the very late reply, but do you perhaps have your ingress part for me? So I can try and reproduce it.
Hello, thanks for taking the time.
There is my ingress:
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: pgadmin
spec:
rules:
- host: pgadmin.resif.fr
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: pgadmin-service
port:
number: 80
First, thank you for this helpfull helm chart. Great work, nicely customizable.
The deployment works well when I access pgadmin4 wit a port-forward. But accessing it through an ingress rule, after login I only get a json file:
The pod log shows:
I tried several options for
ingress.hosts.host[0].path
but always the same result.Any idea on what's wrong ?