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/values.yaml | |
| parent | Add printful store ID for merch (diff) | |
Remove prestashop
Diffstat (limited to 'kubernetes/namespaces/prestashop/values.yaml')
| -rw-r--r-- | kubernetes/namespaces/prestashop/values.yaml | 49 |
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 -smtpUser: [email protected] -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" |