Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto Helm chart

Greetings, I have implemented initial draft in this PR
https://github.com/eclipse/mosquitto/pull/3036

It would be great if people could review it and provide some feedback
or spot potential issues.

On Mon, Apr 8, 2024 at 1:50 PM Steve Prior via mosquitto-dev
<mosquitto-dev@xxxxxxxxxxx> wrote:
>
> I would suggest that since you are keeping state in a persistentvolumeclaim that you use a statefulset instead of a deployment.
>
> Steve
>
> On Apr 8, 2024 5:07 AM, Eduardas Kazakas via mosquitto-dev <mosquitto-dev@xxxxxxxxxxx> wrote:
>
> Greetings, I would like to inquire if this project would benefit from
> Helm chart contribution? I am currently developing a Helm chart for my
> project and would be happy to donate it, if there is interest of
> course. It would be nice for this project to have an "official" Helm
> chart, as the ones that are available are somewhat lacking or
> incomplete.
>
> Currently the configmap consists of:
>
> configmap
> deployment
> persistencevolumeclaim
> poddisruptionbudget
> role
> rolebinding
> secret
> service
> serviceaccount
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mosquitto-dev
>
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top