blob: 865393a6c9b26327614043c18bc65c17678af021 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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"
|