diff options
| author | 2024-04-15 17:57:25 +0100 | |
|---|---|---|
| committer | 2024-04-15 17:57:35 +0100 | |
| commit | d54bb7e9c6843cf81023ab371b7e6e664d4fdc04 (patch) | |
| tree | 2ca58f729d025344dbc6be13b3ef0787992ee3f3 /kubernetes/namespaces/prestashop/values.yaml | |
| parent | Remove pydis-site from nginx p99 report (diff) | |
Move Prestashop to Prestashop namespace
Diffstat (limited to 'kubernetes/namespaces/prestashop/values.yaml')
| -rw-r--r-- | kubernetes/namespaces/prestashop/values.yaml | 49 | 
1 files changed, 49 insertions, 0 deletions
diff --git a/kubernetes/namespaces/prestashop/values.yaml b/kubernetes/namespaces/prestashop/values.yaml new file mode 100644 index 0000000..865393a --- /dev/null +++ b/kubernetes/namespaces/prestashop/values.yaml @@ -0,0 +1,49 @@ +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"  |