Skip to content

Commit 02d2943

Browse files
tilt and html
1 parent 827f46d commit 02d2943

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ k8s_resource(
209209
resource_deps=['postgres', 'jaeger', 'prometheus'],
210210
links=[
211211
link('http://localhost:8083/docs', 'API Documentation (Swagger UI)'),
212-
link('http://localhost:8083/health', 'Health Check'),
212+
link('http://localhost:8083/v1/health', 'Health Check'),
213213
link('http://localhost:8083/v1/create', 'API - Create (POST)'),
214214
link('http://localhost:8083/v1/search', 'API - Search (POST)'),
215215
]

apps/observability-app/public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ <h2>Tools</h2>
147147
<p><strong>Items service:</strong></p>
148148
<p>
149149
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swagger/swagger-original.svg" class="link-icon" alt="Swagger">
150-
<a href="/items/docs" target="_blank">Open API</a>,
151-
<a href="/items/v1/health" target="_blank">/health</a>
150+
<a href="/items/docs" target="_blank">API Docs</a>,
151+
<a href="/items/v1/health" target="_blank">Health Check</a>
152152
</p>
153153

154154
<p><strong>Semantic cache service:</strong></p>
155155
<p>
156156
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swagger/swagger-original.svg" class="link-icon" alt="Swagger">
157-
<a href="/semcache/docs" target="_blank">Open API</a>,
158-
<a href="/semcache/v1/health" target="_blank">/health</a>,
157+
<a href="/semcache/docs" target="_blank">API Docs</a>,
158+
<a href="/semcache/v1/health" target="_blank">Health Check</a>,
159159
<svg class="link-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
160160
<rect x="2" y="4" width="20" height="3" fill="#F5A800"/>
161161
<rect x="2" y="10" width="20" height="3" fill="#F5A800"/>

0 commit comments

Comments
 (0)