Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Docker build + Add Helm Chart #37

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

MochaCaffe
Copy link

Motivation

This PR implements the elements for a Docker build, along with a deployment on a Kubernetes cluster via a standalone Helm Chart.

Modifications

  • Add Docker commands in the Makefile
  • Add Helm Chart deployment that contains a MariaDB sidecar container
  • Configuration file:
    • The dashboard now requires the configuration argument to be a directory
    • The configuration is now split between config.yaml and mysql.yaml in order to manage credentials apart from the main configuration (the Chart mounts the mysql credentials as a secret)
    • Remove the Encryption/Decryption operation of the mysql password

Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Signed-off-by: Maxime Genet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant