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 27
27
DJANGO_DEBUG : " False"
28
28
DJANGO_ENV : " production"
29
29
OSM_SERVER_URL : {{ .Values.osmchaApi.env.OSM_SERVER_URL | quote }}
30
- DJANGO_DEBUG : " False"
31
30
REDIS_URL : redis://osmcha-redis:6379
32
31
OSM_PLANET_BASE_URL : {{ .Values.osmchaApi.env.OSM_PLANET_BASE_URL | quote }}
33
32
OSMCHA_URL : {{ .Values.osmchaApi.env.OSMCHA_URL | quote }}
Original file line number Diff line number Diff line change @@ -1074,33 +1074,6 @@ osmchaDb:
1074
1074
nodeSelector :
1075
1075
enabled : false
1076
1076
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
-
1104
1077
# ====================================================================================================
1105
1078
# Planet server files
1106
1079
# ====================================================================================================
You can’t perform that action at this time.
0 commit comments