forked from getlago/lago-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
144 lines (131 loc) · 2.33 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
version: "0.54.2-beta"
#apiUrl:
#frontUrl:
# Only for Development, Staging or PoC, you should use a managed Redis instance for Production
redis:
enabled: true
image:
tag: 6.2.14
replica:
replicaCount: 0
auth:
enabled: false
master:
service:
ports:
redis: 6379
# Only for Development, Staging or PoC, you should use a managed PostgreSQL instance for Production
postgresql:
enabled: true
global:
# Define your Lago Premium License
#license:
# If you use a managed PG instance
# Should respect this format postgresql://USER:PASSWORD@HOST:PORT/DATABASE_NAME
#databaseUrl:
#redisUrl:
postgresql:
auth:
username: lago
password: lago
database: lago
service:
ports:
postgresql: 5432
# You can disable segment tracking for Lago's internal purpose
segment:
enabled: true
s3:
enabled: false
# aws:
# accessKeyId:
# secretAccessKey:
# bucket:
# region:
# endpoint:
smtp:
enabled: false
#address:
#username:
#password:
#port:
#fromEmail:
newRelic:
enabled: false
#key:
# You can disable Lago's signup
signup:
enabled: true
#ingress:
#enabled:
#frontHostname:
#apiHostname:
#className:
front:
replicas: 1
service:
port: 80
resources:
memory: 512
cpu: "200m"
# podAnnotations:
api:
replicas: 1
service:
port: 3000
rails:
maxThreads: 10
webConcurrency: 4
env: "production"
logStdout: true
logLevel: error
sidekiqWeb:
enabled: true
resources:
memory: 1024
cpu: "1000m"
volumes:
storage: "10Gi"
# serviceAccountName:
# podAnnotations:
worker:
replicas: 1
rails:
sidekiqConcurrency: 100
env: "production"
logStdout: true
logLevel: error
resources:
memory: 1024
cpu: "1000m"
# serviceAccountName:
# podAnnotations:
eventsWorker:
replicas: 1
rails:
sidekiqConcurrency: 100
env: "production"
logStdout: true
logLevel: error
resources:
memory: 1024
cpu: "1000m"
# podAnnotations:
clock:
replicas: 1
rails:
env: "production"
logStdout: true
logLevel: info
resources:
memory: 256
cpu: "100m"
# podAnnotations:
pdf:
replicas: 1
service:
port: 3001
resources:
memory: 2048
cpu: "1000m"
# podAnnotations