Files
demo-app/README.md
argocd a15c556ceb Initial commit: Add demo nginx application
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 03:57:20 +08:00

18 lines
361 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Demo Application
这是一个由ArgoCD管理的示例应用。
## 应用信息
- **应用名称**: demo-nginx
- **镜像**: nginx:1.25-alpine
- **副本数**: 2
- **访问端口**: NodePort 30080
## 更新应用
修改 `manifests/` 目录下的文件并提交到GitArgoCD会自动同步部署。
## 测试访问
```bash
curl http://<NODE_IP>:30080
```