helm/charts

Helm release deployed but Not able to connect to database

suvsap opened this issue · 3 comments

Hi,

We have a running Helm release for mediawiki and we are able to connect to it successfully
I recently deployed a helm release for media wiki using the same helm charts as below:-

suv@Suvankars-MacBook-Pro[7:18:34]:~/thermeon/gke-staging-envs/namespaces/suv/releases$ kubectl get helmreleases
NAME            RELEASE                      PHASE       STATUS     MESSAGE                                                                          AGE
elasticsearch   elasticsearch-helpwiki-suv   Succeeded   deployed   Release was successful for Helm release 'elasticsearch-helpwiki-suv' in 'suv'.   6d22h
help-wiki       help-wiki-suv                Succeeded   deployed   Release was successful for Helm release 'help-wiki-suv' in 'suv'.                6d22h
suv@Suvankars-MacBook-Pro[7:19:09]:~/thermeon/gke-staging-envs/namespaces/suv/releases$ kubectl get all
NAME                                               READY   STATUS    RESTARTS   AGE
pod/elasticsearch-helpwiki-suv-6f7579c77c-vktc6    1/1     Running   0          37h
pod/help-wiki-suv-thermeon-wiki-64d995978f-kbxjg   3/3     Running   0          37h

NAME                                  TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
service/elasticsearch-helpwiki-suv    NodePort   10.51.249.14    <none>        9200:32063/TCP   6d22h
service/help-wiki-suv-thermeon-wiki   NodePort   10.51.255.154   <none>        80:31159/TCP     6d22h

NAME                                          READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/elasticsearch-helpwiki-suv    1/1     1            1           6d22h
deployment.apps/help-wiki-suv-thermeon-wiki   1/1     1            1           6d22h

NAME                                                     DESIRED   CURRENT   READY   AGE
replicaset.apps/elasticsearch-helpwiki-suv-6f7579c77c    1         1         1       6d22h
replicaset.apps/elasticsearch-helpwiki-suv-7d5b46bbc6    0         0         0       6d22h
replicaset.apps/elasticsearch-helpwiki-suv-7d89995844    0         0         0       6d22h
replicaset.apps/help-wiki-suv-thermeon-wiki-64d995978f   1         1         1       6d22h
replicaset.apps/help-wiki-suv-thermeon-wiki-86bd4ddfbf   0         0         0       3d22h
suv@Suvankars-MacBook-Pro[7:19:20]:~/thermeon/gke-staging-envs/namespaces/suv/releases$ 
suv@Suvankars-MacBook-Pro[7:19:20]:~/thermeon/gke-staging-envs/namespaces/suv/releases$ 
suv@Suvankars-MacBook-Pro[7:19:20]:~/thermeon/gke-staging-envs/namespaces/suv/releases$ 
suv@Suvankars-MacBook-Pro[7:19:47]:~/thermeon/gke-staging-envs/namespaces/suv/releases$ kubectl get sealedsecrets
NAME                AGE
database-password   24h
ldap-password       24h
wiki-secret-key     24h

help-wiki - https://gist.github.com/suvsap/6f5933d270dbfdbd0afcb1a83bc879e3
elasticsearch- https://gist.github.com/suvsap/8b74d52ccd0fe495153560632f9f5f5b

When i try to check the url as below it gives me error

image

Can you kindly help how to trouble shoot this issue?

The production url working fine as below

image

I have used the same helm chart but just created the helm release in dev environment. Not sure how to resolve this

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

stale commented

This issue is being automatically closed due to inactivity.