You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue where pgadmin is not working. I have setup everything according to the docs.
Overview
I am utlizing terraform to provision the postgres cluster. The cluster is working, and i have connected it to various applications. The problem is with pgadmin. I have setup an ingress on the domain (e.g manager.example.com), i am able to see the login screen, but after i login with the credentials for pgadmin, i get the loading screen.
I am using terraform to provision the infra, and i am utilizing the kubectl_manifest to deploy the manifests. The deployment is successful every time changes are deployed:
Logs
Following is the attached screenshot of the logs for the pgadmin pod inside GKE:
I really hope you guys can help me figure out this issue.
The text was updated successfully, but these errors were encountered:
Resolved the issue. Turns out i had to set Cache-Control header on the ingress and also add a caching rule on Cloudflare so nothing related to pgadmin is cached.
Hi everyone,
I am facing an issue where pgadmin is not working. I have setup everything according to the docs.
Overview
I am utlizing terraform to provision the postgres cluster. The cluster is working, and i have connected it to various applications. The problem is with pgadmin. I have setup an ingress on the domain (e.g manager.example.com), i am able to see the login screen, but after i login with the credentials for pgadmin, i get the loading screen.
Environment
Code
pgadmin manifest
The values being passed are:
$NAME: pgadmin
$NAMESPACE: database
$PGADMIN_USER: sc@example.com
$CLUSTER_NAME: database-cluster
$USER: sc
$DISK_SIZE: 10
Steps to Reproduce
I am using terraform to provision the infra, and i am utilizing the kubectl_manifest to deploy the manifests. The deployment is successful every time changes are deployed:
Logs
Following is the attached screenshot of the logs for the pgadmin pod inside GKE:
I really hope you guys can help me figure out this issue.
The text was updated successfully, but these errors were encountered: