-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvalues.development.template.yaml
More file actions
175 lines (157 loc) · 4.76 KB
/
values.development.template.yaml
File metadata and controls
175 lines (157 loc) · 4.76 KB
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
165
166
167
168
169
170
171
172
173
174
175
osm-seed:
environment: dev
cloudProvider: aws
AWS_S3_BUCKET: s3://osmseed-dev
AWS_SSL_ARN: {{AWS_SSL_ARN}}
serviceType: ClusterIP
createClusterIssuer: false
domain: staging.openhistoricalmap.org
adminEmail: admin@openhistoricalmap.org
db:
enabled: false
web:
enabled: false
memcached:
enabled: false
planetDump:
enabled: false
fullHistory:
enabled: false
replicationJob:
enabled: false
populateApidb:
enabled: false
osmProcessor:
enabled: false
dbBackupRestore:
cronjobs:
- name: web-db
enabled: false
tilerDb:
enabled: false
tilerImposm:
enabled: false
tilerServer:
enabled: false
tilerServerCacheCleaner:
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_medium
env:
POSTGRES_DB: tm
POSTGRES_PASSWORD: {{DEVELOPMENT_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_medium
replicaCount: 1
serviceAnnotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
ingressDomain: tm-api.development.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: {{DEVELOPMENT_TM_API_SECRET}}
# TM_CONSUMER_KEY: {{STAGING_TM_API_CONSUMER_KEY}}
# TM_CONSUMER_SECRET: {{STAGING_TM_API_CONSUMER_SECRET}}
TM_EMAIL_FROM_ADDRESS: web@noreply.openhistoricalmap.org
TM_EMAIL_CONTACT_ADDRESS: admin@openhistoricalmap.org
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.development.staging.openhistoricalmap.org
TM_APP_BASE_URL: https://tm-dev-web.staging.openhistoricalmap.org
TM_IMPORT_MAX_FILESIZE: 3000000
TM_MAX_AOI_AREA: 15000
TM_CLIENT_ID: fcskO6_EJa_Je4wBBzM59kJexhOtVbzMxNgmcVOUH-c
TM_CLIENT_SECRET: 6qy8iNojubeY1wc3QEmUpLwLKcMOORjRy17za4x3f8g
TM_DEFAULT_CHANGESET_COMMENT: staging
TM_REDIRECT_URI: https://tm-dev-web.staging.openhistoricalmap.org/authorized
TM_SCOPE: "read_prefs write_api"
TM_APP_API_VERSION: v4
# Add extra info
TM_ORG_FB: https://www.facebook.com//OpenHistoricalMap
TM_ORG_INSTAGRAM: https://www.instagram.com/OpenHistoricalMap
TM_ORG_TWITTER: http://twitter.com/OpenHistoricalMap
TM_ORG_YOUTUBE: https://www.youtube.com/OpenHistoricalMap
resources:
enabled: false
requests:
memory: 1Gi
cpu: "2"
limits:
memory: 2Gi
cpu: "2"
nominatimApi:
enabled: false
overpassApi:
enabled: false
taginfo:
enabled: false
osmSimpleMetrics:
enabled: false
monitoringReplication:
enabled: false
changesetReplicationJob:
enabled: false
osmchaWeb:
enabled: false
osmchaApi:
enabled: false
image:
osmchaDb:
enabled: false
planetFiles:
enabled: false
adiffService:
enabled: false
ohm:
tilerCache:
enabled: false
tilerCachePurge:
enabled: false
tilerCacheSeedGlobal:
enabled: false
tilerCacheSeedCoverage:
enabled: false