Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SHAHIDNX opened this issue Jun 14, 2024 · 0 comments · May be fixed by #1217
Open

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

SHAHIDNX opened this issue Jun 14, 2024 · 0 comments · May be fixed by #1217

Comments

@SHAHIDNX
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant