Skip to content

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

Description

@SHAHIDNX

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions