jambonz / helm-charts

helm charts to create a jambonz cluster in Kubernetes
MIT License
6 stars 12 forks source link

Added the Root Password option to the db chart #30

Closed MrFabio closed 1 year ago

MrFabio commented 1 year ago

With this change it will be possible to setup a root password in order to the database to not be exposed.

Also, quote the freeswitch args because we may pass the ports like so:

freeswitch: 
  image: drachtio/drachtio-freeswitch-mrf:0.4.21
  imagePullPolicy: IfNotPresent
  args:
    - freeswitch
    - --codec-answer-generous
    - --rtp-range-start
    - 15000
    - --rtp-range-end
    - 19000

and the ports were being parsed to number (Cannot unmarshal number into Go value of type string) even using "15000"