jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
986 stars 539 forks source link

Missing Configmaps.yml in Jasmin SMS Gateway Installation on Kubernetes #1212

Open SHAHIDNX opened 3 weeks ago

SHAHIDNX commented 3 weeks ago

Hello Everyone,

I'm currently in the process of installing the Jasmin SMS Gateway on Kubernetes, following the instructions provided in the documentation https://docs.jasminsms.com/en/latest/installation/index.html (specifically the Kubernetes section).

As per the documentation, I've executed the following steps for the basic setup:

kubectl apply -f redis.yml kubectl apply -f rabbitmq.yml kubectl apply -f jasmin.yml

These commands have successfully brought up all the required pods. However, the clients and applications within the Jasmin pods are not starting up as expected. When I check the logs using:

kubectl logs -n jasmin jasmin-0 -f

I only see the following limited output:

Defaulted container "jasmin" out of: jasmin, interceptord-sidecar, dlrlookupd-sidecar, dlrd-sidecar 2024-06-13 16:34:22 INFO 1 Starting Jasmin Daemon ... 2024-06-13 16:34:22 INFO 1 Interceptor client Started.

According to the documentation, it's mentioned to adjust configmaps.yml, but I couldn't find this file in the repository or sample directory. Does anyone know where I can locate this sample file?

Your assistance would be greatly appreciated.