From d54bb7e9c6843cf81023ab371b7e6e664d4fdc04 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 17:57:25 +0100 Subject: Move Prestashop to Prestashop namespace --- kubernetes/namespaces/prestashop/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kubernetes/namespaces/prestashop/README.md (limited to 'kubernetes/namespaces/prestashop/README.md') 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=,mariadb.auth.rootPassword=,smtpPassword= +``` + +The Helm chart can be located [here](https://github.com/bitnami/charts/tree/master/bitnami/prestashop), including all available parameters. -- cgit v1.2.3