Super-Visions / docker-itop

https://hub.docker.com/r/supervisions/itop/
21 stars 19 forks source link

make support for mysql dependencies #22

Open torsteinelv opened 19 hours ago

torsteinelv commented 19 hours ago

Just example,

add to chart: dependencies:

add to values: mysql: enabled: true auth: rootPassword: your-root-password database: itop username: itop password: your-password primary: persistence: enabled: true size: 10Gi

add to templates/deployment.yaml: env:

Hipska commented 17 hours ago

Good idea, however since Combodo recommends to use MariaDB over MySQL, I would add that as dependency instead. And preferable also the official MariaDB container. PRs are welcome.

torsteinelv commented 17 hours ago

Not sure how to create an pr on this.

we can change to chart.yaml dependencies:

values: mysql: enabled: true auth: rootPassword: itop database: itop username: itop password: itop primary: persistence: enabled: true size: 10Gi