diff options
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" |