Maidul Islam

Results 223 comments of Maidul Islam

I believe you have to fork the repo and once you commit changes to your forked version, there will be an option to create a PR from your forked repo...

https://github.com/Infisical/infisical/pull/168

Task complete, thank you @cerrussell !

That's a good idea. We use Kubernetes so Prometheus would be easy to add to track service/host metrics and add actionable alerts

@mv-turtle these metrics are for dev ops purposes to make it eaiser to debug and trace service issues, they are not user data directly. @Zamion101 If you are familiar with...

I have recently updated the helm template to include a envfrom field for frontend and backend but forgot to make it optional. I'll update the helm chart and ping you...

Released the new charts, can you please update your helm charts and try again? ``` helm repo update ```

The conatiner port is purely informational as defined in the Kubernetes API: ``` List of ports to expose from the container. Exposing a port here gives the system additional information...

Sounds good! Were you able to get it working?