refactor: 문서 개선 중
This commit is contained in:
@@ -10,13 +10,13 @@ certbot 이 갱신에 성공한 뒤 deploy 훅이 nginx 를 reload 하는 경로
|
||||
|
||||
## Elements and evidence
|
||||
|
||||
- **certbot 갱신 성공** (process): archive 에 쓰고 live 링크를 옮긴다. Evidence: L560–L570.
|
||||
- **deploy 훅** (process): 갱신이 실제로 일어났을 때만 실행된다. Evidence: L560–L575.
|
||||
- **nginx 워커 교체** (process): 마스터는 유지되고 워커만 새로 뜬다. Evidence: L571–L580.
|
||||
- **새 인증서 서빙** (service): 훅이 없으면 사람이 칠 때까지 옛 것이다. Evidence: L560–L580.
|
||||
- **certbot 갱신 성공** (process): archive 에 쓰고 live 링크를 옮긴다. Evidence: L1077–L1088.
|
||||
- **deploy 훅** (process): 갱신이 실제로 일어났을 때만 실행된다. Evidence: L1077–L1092.
|
||||
- **nginx 워커 교체** (process): 마스터는 유지되고 워커만 새로 뜬다. Evidence: L1089–L1097.
|
||||
- **새 인증서 서빙** (service): 훅이 없으면 사람이 칠 때까지 옛 것이다. Evidence: L1077–L1097.
|
||||
|
||||
## Relationships
|
||||
|
||||
- **deploy 훅 → nginx 워커 교체:** reload 신호. Evidence: L560–L580.
|
||||
- **certbot 갱신 성공 → deploy 훅:** 갱신 성공 시 호출. Evidence: L560–L575.
|
||||
- **nginx 워커 교체 → 새 인증서 서빙:** 새 인증서 적재. Evidence: L571–L580.
|
||||
- **deploy 훅 → nginx 워커 교체:** reload 신호. Evidence: L1077–L1097.
|
||||
- **certbot 갱신 성공 → deploy 훅:** 갱신 성공 시 호출. Evidence: L1077–L1092.
|
||||
- **nginx 워커 교체 → 새 인증서 서빙:** 새 인증서 적재. Evidence: L1089–L1097.
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mxfile host="app.diagrams.net" modified="2026-07-23T00:00:00.000Z" agent="techviz-harness" version="24.7.17" type="device">
|
||||
<diagram id="d4a-hook-effect" name="훅 하나가 만드는 차이">
|
||||
<mxGraphModel dx="680" dy="670" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<mxGraphModel dx="680" dy="1264" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1264" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0"/>
|
||||
<mxCell id="1" parent="0"/>
|
||||
<mxCell id="n_renew" value="certbot 갱신 성공" tooltip="archive 에 쓰고 live 링크를 옮긴다. | Evidence: L560-L570" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="106.5" y="60.0" width="150.0" height="64.0" as="geometry"/>
|
||||
<mxCell id="n_renew" value="certbot 갱신 성공" tooltip="archive 에 쓰고 live 링크를 옮긴다. | Evidence: L1077-L1088" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="38.5" y="145.0" width="150.0" height="64.0" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="n_hook" value="deploy 훅<br/>nginx -t && nginx -s reload" tooltip="갱신이 실제로 일어났을 때만 실행된다. | Evidence: L560-L575" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="70.0" y="220.0" width="223.0" height="71.0" as="geometry"/>
|
||||
<mxCell id="n_hook" value="deploy 훅<br/>nginx -t && nginx -s reload" tooltip="갱신이 실제로 일어났을 때만 실행된다. | Evidence: L1077-L1092" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="35.0" y="455.0" width="223.0" height="71.0" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="n_worker" value="nginx 워커 교체<br/>28829 → 37252" tooltip="마스터는 유지되고 워커만 새로 뜬다. | Evidence: L571-L580" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="106.5" y="387.0" width="150.0" height="71.0" as="geometry"/>
|
||||
<mxCell id="n_worker" value="nginx 워커 교체<br/>28829 → 37252" tooltip="마스터는 유지되고 워커만 새로 뜬다. | Evidence: L1089-L1097" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="35.0" y="838.0" width="150.0" height="71.0" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="n_serving" value="새 인증서 서빙<br/>훅 없음 2305초 · 훅 있음 1~2초" tooltip="훅이 없으면 사람이 칠 때까지 옛 것이다. | Evidence: L560-L580" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="87.5" y="554.0" width="188.0" height="71.0" as="geometry"/>
|
||||
<mxCell id="n_serving" value="새 인증서 서빙<br/>훅 없음 2305초 · 훅 있음 1~2초" tooltip="훅이 없으면 사람이 칠 때까지 옛 것이다. | Evidence: L1077-L1097" style="whiteSpace=wrap;html=1;rounded=1;strokeWidth=2;fontSize=14;fontStyle=1;fillColor=#ffffff;strokeColor=#2d4357;verticalAlign=middle;strokeColor=#2563eb;strokeWidth=2;" vertex="1" parent="1">
|
||||
<mxGeometry x="35.0" y="1148.0" width="188.0" height="71.0" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="e_h-w" value="reload 신호" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeWidth=2;endArrow=block;endFill=1;" edge="1" parent="1" source="n_hook" target="n_worker">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="205.5" y="339.0" as="offset"/>
|
||||
<mxPoint x="128.2" y="654.0" as="offset"/>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="e_r-h" value="갱신 성공 시 호출" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeWidth=2;endArrow=block;endFill=1;" edge="1" parent="1" source="n_renew" target="n_hook">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="205.5" y="172.0" as="offset"/>
|
||||
<mxPoint x="130.0" y="304.0" as="offset"/>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="e_w-s" value="새 인증서 적재" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeWidth=2;endArrow=block;endFill=1;" edge="1" parent="1" source="n_worker" target="n_serving">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="205.5" y="506.0" as="offset"/>
|
||||
<mxPoint x="119.5" y="1000.5" as="offset"/>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
</root>
|
||||
|
||||
+49
-49
@@ -6,10 +6,10 @@
|
||||
{
|
||||
"id": "edge-h-w",
|
||||
"type": "arrow",
|
||||
"x": 181.5,
|
||||
"y": 291.0,
|
||||
"width": 0.0,
|
||||
"height": 96.0,
|
||||
"x": 110.0,
|
||||
"y": 526.0,
|
||||
"width": 36.5,
|
||||
"height": 312.0,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
@@ -32,20 +32,20 @@
|
||||
"locked": false,
|
||||
"points": [
|
||||
[
|
||||
0.0,
|
||||
36.5,
|
||||
0.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0
|
||||
36.5,
|
||||
156.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0
|
||||
156.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
96.0
|
||||
312.0
|
||||
]
|
||||
],
|
||||
"lastCommittedPoint": null,
|
||||
@@ -66,8 +66,8 @@
|
||||
{
|
||||
"id": "edge-label-h-w",
|
||||
"type": "text",
|
||||
"x": 160.5,
|
||||
"y": 327.0,
|
||||
"x": 83.25,
|
||||
"y": 642.0,
|
||||
"width": 90,
|
||||
"height": 24,
|
||||
"angle": 0,
|
||||
@@ -105,10 +105,10 @@
|
||||
{
|
||||
"id": "edge-r-h",
|
||||
"type": "arrow",
|
||||
"x": 181.5,
|
||||
"y": 124.0,
|
||||
"width": 0.0,
|
||||
"height": 96.0,
|
||||
"x": 113.5,
|
||||
"y": 209.0,
|
||||
"width": 33.0,
|
||||
"height": 246.0,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
@@ -136,15 +136,15 @@
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0
|
||||
123.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0
|
||||
33.0,
|
||||
123.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
96.0
|
||||
33.0,
|
||||
246.0
|
||||
]
|
||||
],
|
||||
"lastCommittedPoint": null,
|
||||
@@ -165,8 +165,8 @@
|
||||
{
|
||||
"id": "edge-label-r-h",
|
||||
"type": "text",
|
||||
"x": 160.5,
|
||||
"y": 160.0,
|
||||
"x": 85.0,
|
||||
"y": 292.0,
|
||||
"width": 90,
|
||||
"height": 24,
|
||||
"angle": 0,
|
||||
@@ -204,10 +204,10 @@
|
||||
{
|
||||
"id": "edge-w-s",
|
||||
"type": "arrow",
|
||||
"x": 181.5,
|
||||
"y": 458.0,
|
||||
"width": 0.0,
|
||||
"height": 96.0,
|
||||
"x": 110.0,
|
||||
"y": 909.0,
|
||||
"width": 19.0,
|
||||
"height": 239.0,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
@@ -235,15 +235,15 @@
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0
|
||||
119.5
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0
|
||||
19.0,
|
||||
119.5
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
96.0
|
||||
19.0,
|
||||
239.0
|
||||
]
|
||||
],
|
||||
"lastCommittedPoint": null,
|
||||
@@ -264,8 +264,8 @@
|
||||
{
|
||||
"id": "edge-label-w-s",
|
||||
"type": "text",
|
||||
"x": 160.5,
|
||||
"y": 494.0,
|
||||
"x": 74.5,
|
||||
"y": 988.5,
|
||||
"width": 90,
|
||||
"height": 24,
|
||||
"angle": 0,
|
||||
@@ -303,8 +303,8 @@
|
||||
{
|
||||
"id": "node-renew",
|
||||
"type": "rectangle",
|
||||
"x": 106.5,
|
||||
"y": 60.0,
|
||||
"x": 38.5,
|
||||
"y": 145.0,
|
||||
"width": 150.0,
|
||||
"height": 64.0,
|
||||
"angle": 0,
|
||||
@@ -333,8 +333,8 @@
|
||||
{
|
||||
"id": "node-label-renew",
|
||||
"type": "text",
|
||||
"x": 116.5,
|
||||
"y": 70.0,
|
||||
"x": 48.5,
|
||||
"y": 155.0,
|
||||
"width": 130.0,
|
||||
"height": 44.0,
|
||||
"angle": 0,
|
||||
@@ -372,8 +372,8 @@
|
||||
{
|
||||
"id": "node-hook",
|
||||
"type": "rectangle",
|
||||
"x": 70.0,
|
||||
"y": 220.0,
|
||||
"x": 35.0,
|
||||
"y": 455.0,
|
||||
"width": 223.0,
|
||||
"height": 71.0,
|
||||
"angle": 0,
|
||||
@@ -402,8 +402,8 @@
|
||||
{
|
||||
"id": "node-label-hook",
|
||||
"type": "text",
|
||||
"x": 80.0,
|
||||
"y": 230.0,
|
||||
"x": 45.0,
|
||||
"y": 465.0,
|
||||
"width": 203.0,
|
||||
"height": 51.0,
|
||||
"angle": 0,
|
||||
@@ -441,8 +441,8 @@
|
||||
{
|
||||
"id": "node-worker",
|
||||
"type": "rectangle",
|
||||
"x": 106.5,
|
||||
"y": 387.0,
|
||||
"x": 35.0,
|
||||
"y": 838.0,
|
||||
"width": 150.0,
|
||||
"height": 71.0,
|
||||
"angle": 0,
|
||||
@@ -471,8 +471,8 @@
|
||||
{
|
||||
"id": "node-label-worker",
|
||||
"type": "text",
|
||||
"x": 116.5,
|
||||
"y": 397.0,
|
||||
"x": 45.0,
|
||||
"y": 848.0,
|
||||
"width": 130.0,
|
||||
"height": 51.0,
|
||||
"angle": 0,
|
||||
@@ -510,8 +510,8 @@
|
||||
{
|
||||
"id": "node-serving",
|
||||
"type": "rectangle",
|
||||
"x": 87.5,
|
||||
"y": 554.0,
|
||||
"x": 35.0,
|
||||
"y": 1148.0,
|
||||
"width": 188.0,
|
||||
"height": 71.0,
|
||||
"angle": 0,
|
||||
@@ -540,8 +540,8 @@
|
||||
{
|
||||
"id": "node-label-serving",
|
||||
"type": "text",
|
||||
"x": 97.5,
|
||||
"y": 564.0,
|
||||
"x": 45.0,
|
||||
"y": 1158.0,
|
||||
"width": 168.0,
|
||||
"height": 51.0,
|
||||
"angle": 0,
|
||||
|
||||
+4
-4
@@ -2,14 +2,14 @@
|
||||
"harness_version": "0.2.0",
|
||||
"spec_id": "d4a-hook-effect",
|
||||
"spec_version": "1.1",
|
||||
"spec_sha256": "94bfbe9e771b5ce00e14823ff32b308db3853d5c388631c9e2e8f58fc1532697",
|
||||
"spec_sha256": "e34ddde0f9aacc062a2ea3e487438593a81bdcb3531c58245f0e66f69fec2199",
|
||||
"source_context": {
|
||||
"document": "docs/keycloak-session-store/final/document.md",
|
||||
"document_sha256": "1d44cba1905544d92f1d26ae36a8deb64a3db3914d6b488fd30d6ae7f8cfbabe",
|
||||
"document_sha256": "28aef96a2bbb94fbb10ade26a71238fee62a5a4d9fa6e7749ae98cfd0a65e560",
|
||||
"anchor": {
|
||||
"kind": "heading",
|
||||
"value": "D-4 · D-4a — 인증서, 그리고 이 실험대 최대의 발견",
|
||||
"line": 509
|
||||
"line": 1025
|
||||
}
|
||||
},
|
||||
"outputs": [
|
||||
@@ -21,7 +21,7 @@
|
||||
"d4a-hook-effect.excalidraw",
|
||||
"d4a-hook-effect.alt.md"
|
||||
],
|
||||
"lint_issue_count": 0,
|
||||
"lint_issue_count": 1,
|
||||
"assumption_count": 0,
|
||||
"assumptions_allowed": false,
|
||||
"composition_profile": "component-flow",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="680" height="670" viewBox="0 0 680 670" role="img" aria-labelledby="diagram-title diagram-description">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="680" height="1264" viewBox="0 0 680 1264" role="img" aria-labelledby="diagram-title diagram-description">
|
||||
<title id="diagram-title">훅 하나가 만드는 차이</title>
|
||||
<desc id="diagram-description">훅이 없을 때 새 인증서가 디스크에 기록된 08:20:27 과 실제로 서빙된 08:58:52 사이가 2305초였고, 그것도 사람이 nginx -s reload 를 쳤기 때문이다. deploy 훅을 넣자 발급에서 서빙까지 1~2초가 됐다. 판정은 문구가 아니라 워커 PID 로 한다. certbot 이 Hook 'deploy-hook' ran with error output 이라고 찍지만 실패가 아니며 nginx 의 types_hash 경고가 stderr 로 나갔을 뿐이다. 로그에서 error 를 grep 하는 감시는 성공한 훅을 실패로 오독한다.</desc>
|
||||
<metadata>{"techviz":{"spec_version":"1.1","id":"d4a-hook-effect","profile":"component-flow"},"source_context":{"document":"docs/keycloak-session-store/final/document.md","document_sha256":"1d44cba1905544d92f1d26ae36a8deb64a3db3914d6b488fd30d6ae7f8cfbabe","anchor":{"kind":"heading","value":"D-4 · D-4a — 인증서, 그리고 이 실험대 최대의 발견","line":509}},"evidence_policy":"Each factual element cites source lines or is marked assumption.","diagram_only":true}</metadata>
|
||||
<metadata>{"techviz":{"spec_version":"1.1","id":"d4a-hook-effect","profile":"component-flow"},"source_context":{"document":"docs/keycloak-session-store/final/document.md","document_sha256":"28aef96a2bbb94fbb10ade26a71238fee62a5a4d9fa6e7749ae98cfd0a65e560","anchor":{"kind":"heading","value":"D-4 · D-4a — 인증서, 그리고 이 실험대 최대의 발견","line":1025}},"evidence_policy":"Each factual element cites source lines or is marked assumption.","diagram_only":true}</metadata>
|
||||
<defs>
|
||||
<marker id="arrow" viewBox="0 0 10 10" refX="9" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse">
|
||||
<path d="M 0 0 L 10 5 L 0 10 z" />
|
||||
@@ -49,36 +49,36 @@
|
||||
.timeline-detail { font-size: 11px; fill: #4b5563; text-anchor: middle; }
|
||||
</style>
|
||||
</defs>
|
||||
<rect class="canvas" width="680" height="670" />
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="181.5,291.0 181.5,339.0 181.5,339.0 181.5,387.0" data-evidence="560-580" />
|
||||
<rect class="edge-label-bg" x="166.3" y="325.0" width="78.3" height="22" rx="3" />
|
||||
<text class="edge-label" x="205.5" y="340.0">reload 신호</text>
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="181.5,124.0 181.5,172.0 181.5,172.0 181.5,220.0" data-evidence="560-575" />
|
||||
<rect class="edge-label-bg" x="163.0" y="158.0" width="85.0" height="22" rx="3" />
|
||||
<text class="edge-label" x="205.5" y="173.0">갱신 성공 시 호출</text>
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="181.5,458.0 181.5,506.0 181.5,506.0 181.5,554.0" data-evidence="571-580" />
|
||||
<rect class="edge-label-bg" x="169.7" y="492.0" width="71.6" height="22" rx="3" />
|
||||
<text class="edge-label" x="205.5" y="507.0">새 인증서 적재</text>
|
||||
<rect class="canvas" width="680" height="1264" />
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="146.5,526.0 146.5,682.0 110.0,682.0 110.0,838.0" data-evidence="1077-1097" />
|
||||
<rect class="edge-label-bg" x="89.1" y="640.0" width="78.3" height="22" rx="3" />
|
||||
<text class="edge-label" x="128.2" y="655.0">reload 신호</text>
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="113.5,209.0 113.5,332.0 146.5,332.0 146.5,455.0" data-evidence="1077-1092" />
|
||||
<rect class="edge-label-bg" x="87.5" y="290.0" width="85.0" height="22" rx="3" />
|
||||
<text class="edge-label" x="130.0" y="305.0">갱신 성공 시 호출</text>
|
||||
<polyline class="edge kind-request style-solid emphasis-normal" points="110.0,909.0 110.0,1028.5 129.0,1028.5 129.0,1148.0" data-evidence="1089-1097" />
|
||||
<rect class="edge-label-bg" x="83.7" y="986.5" width="71.6" height="22" rx="3" />
|
||||
<text class="edge-label" x="119.5" y="1001.5">새 인증서 적재</text>
|
||||
<g id="node-renew">
|
||||
<rect class="node-shape kind-process emphasis-primary role-source" data-evidence="560-570" x="106.5" y="60.0" width="150.0" height="64.0" rx="7" />
|
||||
<text class="node-label" x="181.5" y="90.0">certbot 갱신 성공</text>
|
||||
<rect class="node-shape kind-process emphasis-primary role-source" data-evidence="1077-1088" x="38.5" y="145.0" width="150.0" height="64.0" rx="7" />
|
||||
<text class="node-label" x="113.5" y="175.0">certbot 갱신 성공</text>
|
||||
</g>
|
||||
<g id="node-hook">
|
||||
<rect class="node-shape kind-process emphasis-primary role-control" data-evidence="560-575" x="70.0" y="220.0" width="223.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="181.5" y="247.0">deploy 훅</text>
|
||||
<line class="node-detail-divider" x1="84.0" y1="268.0" x2="279.0" y2="268.0" />
|
||||
<text class="node-detail" x="86.0" y="285.0">nginx -t && nginx -s reload</text>
|
||||
<rect class="node-shape kind-process emphasis-primary role-control" data-evidence="1077-1092" x="35.0" y="455.0" width="223.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="146.5" y="482.0">deploy 훅</text>
|
||||
<line class="node-detail-divider" x1="49.0" y1="503.0" x2="244.0" y2="503.0" />
|
||||
<text class="node-detail" x="51.0" y="520.0">nginx -t && nginx -s reload</text>
|
||||
</g>
|
||||
<g id="node-worker">
|
||||
<rect class="node-shape kind-process emphasis-primary role-control" data-evidence="571-580" x="106.5" y="387.0" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="181.5" y="414.0">nginx 워커 교체</text>
|
||||
<line class="node-detail-divider" x1="120.5" y1="435.0" x2="242.5" y2="435.0" />
|
||||
<text class="node-detail" x="122.5" y="452.0">28829 → 37252</text>
|
||||
<rect class="node-shape kind-process emphasis-primary role-control" data-evidence="1089-1097" x="35.0" y="838.0" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="110.0" y="865.0">nginx 워커 교체</text>
|
||||
<line class="node-detail-divider" x1="49.0" y1="886.0" x2="171.0" y2="886.0" />
|
||||
<text class="node-detail" x="51.0" y="903.0">28829 → 37252</text>
|
||||
</g>
|
||||
<g id="node-serving">
|
||||
<rect class="node-shape kind-service emphasis-primary role-target" data-evidence="560-580" x="87.5" y="554.0" width="188.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="181.5" y="581.0">새 인증서 서빙</text>
|
||||
<line class="node-detail-divider" x1="101.5" y1="602.0" x2="261.5" y2="602.0" />
|
||||
<text class="node-detail" x="103.5" y="619.0">훅 없음 2305초 · 훅 있음 1~2초</text>
|
||||
<rect class="node-shape kind-service emphasis-primary role-target" data-evidence="1077-1097" x="35.0" y="1148.0" width="188.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="129.0" y="1175.0">새 인증서 서빙</text>
|
||||
<line class="node-detail-divider" x1="49.0" y1="1196.0" x2="209.0" y2="1196.0" />
|
||||
<text class="node-detail" x="51.0" y="1213.0">훅 없음 2305초 · 훅 있음 1~2초</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Reference in New Issue
Block a user