-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
53 lines (47 loc) · 1.11 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
# Default values for CDB app.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## The global properties are used to configure multiple charts at once.
## Extended documentation at doc/charts/globals.md
nameOverride: cdb-loic
api:
enabled: true
image:
repository: master3.takima.io:4567/master3/kubernetes-resources/api
tag: latest
servicePort: 80
healthcheck:
startupFailureThreshold: 30
startupPeriodSeconds: 10
ingress:
enabled: true
host: api.david-thoumas.takima.cloud
tls:
enabled: true
front:
enabled: true
image:
repository: master3.takima.io:4567/master3/kubernetes-resources/front
tag: latest
servicePort: 80
replicaCount: 3
ingress:
enabled: true
host: www.david-thoumas.takima.cloud
tls:
enabled: true
db:
enabled: true
image:
repository: master3.takima.io:4567/master3/kubernetes-resources/db
tag: latest
name: "cdb-db"
path: "/var/lib/postgresql/data/pgdata"
serviceName: db
servicePort: 5432
pvc:
storageClass: gp2
size: 512Mi
credentials:
user: cdb
pwd: cdb123