aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/prestashop/values.yaml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-10-01 16:47:48 +0100
committerGravatar Chris Lovering <[email protected]>2024-10-01 16:47:48 +0100
commit278ed72a41683f0b6062d82f8aa19a2329436830 (patch)
tree4c494d74cecd1001058abe1367ebd8a1a7b8cac8 /kubernetes/namespaces/prestashop/values.yaml
parentAdd printful store ID for merch (diff)
Remove prestashop
Diffstat (limited to 'kubernetes/namespaces/prestashop/values.yaml')
-rw-r--r--kubernetes/namespaces/prestashop/values.yaml49
1 files changed, 0 insertions, 49 deletions
diff --git a/kubernetes/namespaces/prestashop/values.yaml b/kubernetes/namespaces/prestashop/values.yaml
deleted file mode 100644
index 865393a..0000000
--- a/kubernetes/namespaces/prestashop/values.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-prestashopHost: merch.pythondiscord.com
-
-prestashopUsername: [email protected]
-prestashopPassword:
-prestashopEmail: [email protected]
-prestashopFirstName: Joe
-prestashopLastName: Banks
-
-allowEmptyPassword: false
-
-smtpHost: smtp.mailgun.org
-smtpPort: 587
-smtpProtocol: tls
-
-podAnnotations:
- prometheus.io/scrape: "false"
-
-mariadb:
- primary:
- persistence:
- enabled: true
- storageClass: linode-block-storage-retain
- size: 10Gi
-
-containerPorts:
- http: 8080
- https: 8443
-
-updateStrategy:
- type: Recreate
-
-service:
- type: ClusterIP
-
-ingress:
- enabled: false
-
-persistence:
- enabled: true
- storageClass: "linode-block-storage-retain"
-
- size: 10Gi
-
-metrics:
- enabled: false
-
- podAnnotations:
- prometheus.io/scrape: "false"