File tree Expand file tree Collapse file tree 3 files changed +0
-94
lines changed Expand file tree Collapse file tree 3 files changed +0
-94
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2727 DJANGO_DEBUG : " False"
2828 DJANGO_ENV : " production"
2929 OSM_SERVER_URL : {{ .Values.osmchaApi.env.OSM_SERVER_URL | quote }}
30- DJANGO_DEBUG : " False"
3130 REDIS_URL : redis://osmcha-redis:6379
3231 OSM_PLANET_BASE_URL : {{ .Values.osmchaApi.env.OSM_PLANET_BASE_URL | quote }}
3332 OSMCHA_URL : {{ .Values.osmchaApi.env.OSMCHA_URL | quote }}
Original file line number Diff line number Diff line change @@ -1074,33 +1074,6 @@ osmchaDb:
10741074 nodeSelector :
10751075 enabled : false
10761076
1077- # ====================================================================================================
1078- # Variables for osmcha DB
1079- # ====================================================================================================
1080- adiffService :
1081- enabled : false
1082- image :
1083- name : " ghcr.io/osmcha/osm-adiff-service"
1084- tag : " b0b2bcaf1d7428e48146c70ea80e129fcd864686"
1085- priorityClass : " medium-priority"
1086- env :
1087- OSMCHAADMINTOKEN : abc
1088- REDIS_URL : postgres
1089- WORKER_COUNT : 2
1090- NODE_OPTIONS : --max-old-space-size=8192
1091- resources :
1092- enabled : false
1093- requests :
1094- enabled : false
1095- memory : " 1Gi"
1096- cpu : " 2"
1097- limits :
1098- enabled : false
1099- memory : " 2Gi"
1100- cpu : " 2"
1101- nodeSelector :
1102- enabled : false
1103-
11041077# ====================================================================================================
11051078# Planet server files
11061079# ====================================================================================================
You can’t perform that action at this time.
0 commit comments