fix(docker): mc-observability-influx healthcheck 안정성 개선 및 MC_OBSERVABILITY_FRONT_PORT 설정 보강#167
Merged
Conversation
…ipts
0_preset_prod.sh and 0_preset_dev.sh were missing MC_OBSERVABILITY_FRONT_PORT
from their nginx.conf variable substitution logic. When this variable was present
in the nginx template but absent from the substitution list, the literal
${MC_OBSERVABILITY_FRONT_PORT} string was written into nginx.conf, causing nginx
to fail on startup with 'host not found in listen directive'.
fix: add MC_OBSERVABILITY_FRONT_PORT substitution to nginx preset scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
default-health-check앵커에서 분리하여start_period: 120s,retries: 30으로 개별 설정 — influxdb 초기 기동 지연에 대한 안정성 개선MC_OBSERVABILITY_FRONT_PORT환경변수를0_preset_dev.sh및0_preset_prod.sh에 추가하여 nginx 설정 치환 시 누락 방지