Christian Huth
Christian Huth
Is anybody working on this?
@erohtar The instructions are clear in my opinion, but without an existing Image there is no way of running the application on Kubernetes.
Not really no. And in general it is far away from the "container and cloud native way" to build containers manually and run these in production environments.
Because in Kubernetes you are usually in the context of distributed environments. Therefore you don't know on which node the container will run. You then would need to make the...
@Sierra1011: of course that would be possible. But still my point remains: the "real" way of using containers is to do it in an immutable way. Thus releasing fixed versions...
> > Since there are a lot of options for containers you could build the binary into, and even within a single image line (e.g. nginx) there could be multiple...
I have created a new Helm chart, that you can use: https://artifacthub.io/packages/helm/christianknell/maildev
Thanks for reaching out so quickly. But the cloud version is not of interest for the customer I am working at the moment. They need everything on-premise.
@rubenhak there is an option in values.yaml to use an existing PVC: https://artifacthub.io/packages/helm/bitnami/mysql?modal=values&path=primary.persistence.existingClaim. So it should be possible if the used MySQL versions are the same.
@rubenhak the Bitnami charts are run as non-root user. So i think the PVC can't be used right away because the file permissions wouldn't match. But the Bitnami charts come...