-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.development.template.yaml
164 lines (145 loc) · 4.27 KB
/
values.development.template.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
osm-seed:
environment: dev
cloudProvider: aws
AWS_S3_BUCKET: {{STAGING_S3_BUCKET}}
AWS_SSL_ARN: {{AWS_SSL_ARN}}
serviceType: ClusterIP
createClusterIssuer: false
domain: staging.openhistoricalmap.org
adminEmail: [email protected]
db:
enabled: false
web:
enabled: false
memcached:
enabled: false
planetDump:
enabled: false
fullHistory:
enabled: false
idEditor:
enabled: false
replicationJob:
enabled: false
populateApidb:
enabled: false
osmProcessor:
enabled: false
dbBackupRestore:
cronjobs:
- name: web-db
enabled: false
tilerDb:
enabled: true
tilerImposm:
enabled: false
tilerServer:
enabled: false
tilerServerCacheCleaner:
enabled: false
tilerVisor:
enabled: false
# ====================================================================================================
# Variables for Tasking Manager DB
# ====================================================================================================
tmDb:
enabled: true
image:
name: "postgis/postgis"
tag: "14-3.3"
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: web
env:
POSTGRES_DB: tm
POSTGRES_PASSWORD: {{STAGING_TM_DB_PASSWORD}}
POSTGRES_USER: postgres
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
AWS_ElasticBlockStore_volumeID: vol-0c470f0ea2e7456ea
AWS_ElasticBlockStore_size: 20Gi
resources:
enabled: false
requests:
memory: "1Gi"
cpu: "2"
limits:
memory: "2Gi"
cpu: "2"
# ====================================================================================================
# Variables for Tasking Manager API
# ====================================================================================================
tmApi:
enabled: true
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: web
replicaCount: 1
serviceAnnotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
ingressDomain: tm-api.staging.openhistoricalmap.org
env:
TM_ORG_NAME: OpenHistoricalMap
TM_ORG_CODE: OHM
TM_ORG_URL: staging.openhistoricalmap.org
TM_ORG_PRIVACY_POLICY_URL: staging.openhistoricalmap.org/copyright
TM_ORG_GITHUB: github.com/openhistoricalmap
OSM_SERVER_URL: https://staging.openhistoricalmap.org
OSM_NOMINATIM_SERVER_URL: https://nominatim-api.staging.openhistoricalmap.org
OSM_REGISTER_URL: https://staging.openhistoricalmap.org/user/new
ID_EDITOR_URL: https://staging.openhistoricalmap.org/edit?editor=id
POTLATCH2_EDITOR_URL: https://staging.openhistoricalmap.org/edit?editor=potlatch2
TM_SECRET: {{STAGING_TM_API_SECRET}}
# TM_CONSUMER_KEY: {{STAGING_TM_API_CONSUMER_KEY}}
# TM_CONSUMER_SECRET: {{STAGING_TM_API_CONSUMER_SECRET}}
TM_EMAIL_FROM_ADDRESS: [email protected]
TM_EMAIL_CONTACT_ADDRESS: [email protected]
TM_SMTP_HOST: email-smtp.us-east-1.amazonaws.com
TM_SMTP_PORT: 25
TM_SMTP_USER: {{MAILER_USERNAME}}
TM_SMTP_PASSWORD: {{MAILER_PASSWORD}}
TM_DEFAULT_LOCALE: en
TM_APP_API_URL: https://tm-api.staging.openhistoricalmap.org
TM_APP_BASE_URL: https://tasks-staging.openhistoricalmap.org
TM_IMPORT_MAX_FILESIZE: 3000000
TM_MAX_AOI_AREA: 15000
TM_CLIENT_ID: {{STAGING_TM_CLIENT_ID}}
TM_CLIENT_SECRET: {{STAGING_TM_CLIENT_SECRET}}
TM_DEFAULT_CHANGESET_COMMENT: staging
TM_REDIRECT_URI: https://tm-api.staging.openhistoricalmap.org/authorized
TM_SCOPE: "read_prefs write_api"
TM_APP_API_VERSION: v4
resources:
enabled: false
requests:
memory: 1Gi
cpu: "2"
limits:
memory: 2Gi
cpu: "2"
nominatimApi:
enabled: false
overpassApi:
enabled: false
taginfo:
enabled: true
osmSimpleMetrics:
enabled: false
monitoringReplication:
enabled: false
changesetReplicationJob:
enabled: false
osmchaWeb:
enabled: false
osmchaApi:
enabled: false
image:
osmchaDb:
enabled: false
planetFiles:
enabled: false