Skip to content

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

@SHAHIDNX

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions