Merge pull request 'feat: deploy nginx-mcp stable app (v1, 3 replicas, purple UI)' (#2) from feat/nginx-mcp-stable into main

Reviewed-on: #2
This commit is contained in:
2026-03-04 18:37:39 +00:00
2 changed files with 17 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ data:
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello from MCP - v1 Stable</title>
<title>Hello from MCP v1 Stable</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
@@ -74,9 +74,21 @@ data:
padding: 20px 30px;
margin-bottom: 30px;
}
.ip-label { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: #64748b; margin-bottom: 8px; }
.ip-value { font-size: 1.8rem; font-weight: 700; font-family: 'Courier New', monospace; color: #a78bfa; letter-spacing: 3px; }
.footer { font-size: 0.78rem; color: #475569; }
.ip-label {
font-size: 0.7rem;
letter-spacing: 2px;
text-transform: uppercase;
color: #64748b;
margin-bottom: 8px;
}
.ip-value {
font-size: 1.8rem;
font-weight: 700;
font-family: 'Courier New', monospace;
color: #a78bfa;
letter-spacing: 3px;
}
.footer { font-size: 0.78rem; color: #475569; margin-top: 10px; }
</style>
</head>
<body>

View File

@@ -4,3 +4,4 @@ metadata:
name: nginx-mcp
labels:
track: stable
managed-by: argocd