diff options
author | 2024-10-01 16:47:48 +0100 | |
---|---|---|
committer | 2024-10-01 16:47:48 +0100 | |
commit | 278ed72a41683f0b6062d82f8aa19a2329436830 (patch) | |
tree | 4c494d74cecd1001058abe1367ebd8a1a7b8cac8 /kubernetes/namespaces/prestashop/README.md | |
parent | Add printful store ID for merch (diff) |
Remove prestashop
Diffstat (limited to 'kubernetes/namespaces/prestashop/README.md')
-rw-r--r-- | kubernetes/namespaces/prestashop/README.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kubernetes/namespaces/prestashop/README.md b/kubernetes/namespaces/prestashop/README.md deleted file mode 100644 index 183f87c..0000000 --- a/kubernetes/namespaces/prestashop/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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. |