-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathvalues.yaml
65 lines (64 loc) · 1.71 KB
/
values.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
passbolt:
replicaCount: 1
image: passbolt/passbolt
imageTag: 2.1.0-debian
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 1Gi
cpu: 300m
requests:
memory: 256Mi
cpu: 50m
ports:
http: 80
https: 443
persistence:
enabled: true
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 8Gi
annotations: {}
ingress:
enabled: false
# change this to your domain
host: example.com
annotations:
kubernetes.io/ingress.class: nginx
mysql:
image: mysql
imageTag: 5.7.21
## Default: random 10 character string
# mysqlRootPassword: secret=
mysqlUser: passbolt
## Default: random 10 character string
# mysqlPassword:
mysqlDatabase: passbolt
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 1Gi
cpu: 300m
requests:
memory: 256Mi
cpu: 50m
persistence:
enabled: true
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 8Gi
annotations: {}