Merge pull request #2503 from kkimurak/issue/2387-fix-metric-500

add `prometheus_multiproc_dir` environment variable
This commit is contained in:
Steven Achilles 2022-01-29 12:25:23 +01:00 committed by GitHub
commit 498be50ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,8 @@ COPY assets/runtime/ ${GITLAB_RUNTIME_DIR}/
COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh
ENV prometheus_multiproc_dir="/dev/shm"
ARG BUILD_DATE
ARG VCS_REF