5 Commits

Author SHA1 Message Date
Claude AI
e1fa1ae998 feat: nginx-mcp ArgoCD application — automated sync, prune, selfHeal 2026-03-04 18:34:38 +00:00
Claude AI
3842b6f84d feat: nginx-mcp stable service — ClusterIP port 80 2026-03-04 18:34:22 +00:00
Claude AI
a1e4fd80b0 feat: nginx-mcp stable deployment — 3 replicas, nginx:1.25-alpine 2026-03-04 18:34:11 +00:00
Claude AI
de925ec39b feat: nginx-mcp stable configmap — purple UI, v1 stable 2026-03-04 18:34:01 +00:00
Claude AI
6031836442 feat: nginx-mcp stable namespace 2026-03-04 18:33:42 +00:00
2 changed files with 17 additions and 4 deletions

View File

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

View File

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