further refinements

This commit is contained in:
2024-09-21 14:54:55 +02:00
parent 2b8b8390bc
commit 09ba656ae7
8 changed files with 41 additions and 5 deletions

View File

@@ -21,12 +21,12 @@ spec:
ports:
- containerPort: 8000
env:
- name: MEMCACHED_HOST_PATH
value: "memcached:11211"
- name: NUM_WORKERS
value: "3"
- name: OSM_CACHE_DIR
value: "/osm-cache"
- name: MEMCACHED_HOST_PATH
value: "memcached:11211"
volumeMounts:
- name: osm-cache
mountPath: /osm-cache