diff options
author | 2024-04-15 17:57:25 +0100 | |
---|---|---|
committer | 2024-04-15 17:57:35 +0100 | |
commit | d54bb7e9c6843cf81023ab371b7e6e664d4fdc04 (patch) | |
tree | 2ca58f729d025344dbc6be13b3ef0787992ee3f3 /kubernetes/namespaces/prestashop/README.md | |
parent | Remove pydis-site from nginx p99 report (diff) |
Move Prestashop to Prestashop namespace
Diffstat (limited to 'kubernetes/namespaces/prestashop/README.md')
-rw-r--r-- | kubernetes/namespaces/prestashop/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/namespaces/prestashop/README.md b/kubernetes/namespaces/prestashop/README.md new file mode 100644 index 0000000..183f87c --- /dev/null +++ b/kubernetes/namespaces/prestashop/README.md @@ -0,0 +1,12 @@ +# Prestashop + +This folder contains the ingress and values.yaml file for the deployment of Prestashop, used for our merch store. It additionally deploys MariaDB, used for data storage. + +## Deployment + +``` +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install prestashop bitnami/prestashop -f prestashop/values.yaml --set prestashopPassword=<admin passsword>,mariadb.auth.rootPassword=<database password>,smtpPassword=<password from mailgun> +``` + +The Helm chart can be located [here](https://github.com/bitnami/charts/tree/master/bitnami/prestashop), including all available parameters. |