- Replace ASCII art with Mermaid in architecture-design-company-inc.md - Rewrite architecture-hld.md with 3 Mermaid diagrams (infra, CI/CD, security) - Remove draw.io/Lucidchart references - Update verification-log.md with current passing state Co-authored-by: Cursor <cursoragent@cursor.com>
50 lines
1.7 KiB
Markdown
50 lines
1.7 KiB
Markdown
# Verification Log
|
|
|
|
## Local Deployment (`make verify`)
|
|
|
|
```
|
|
=== Pods ===
|
|
NAME READY STATUS RESTARTS AGE
|
|
fleet-75cbb4fd54-s7csh 1/1 Running 0 153m
|
|
fleetdm-stack-mysql-0 1/1 Running 0 166m
|
|
fleetdm-stack-redis-master-0 1/1 Running 0 166m
|
|
|
|
=== Services ===
|
|
NAME TYPE CLUSTER-IP PORT(S) AGE
|
|
fleetdm-stack-mysql ClusterIP 10.96.3.64 3306/TCP 166m
|
|
fleetdm-stack-mysql-headless ClusterIP None 3306/TCP 166m
|
|
fleetdm-stack-redis-headless ClusterIP None 6379/TCP 166m
|
|
fleetdm-stack-redis-master ClusterIP 10.96.159.221 6379/TCP 166m
|
|
fleetdm-stack-service ClusterIP 10.96.189.212 8080/TCP 166m
|
|
|
|
=== Ingress ===
|
|
NAME CLASS HOSTS ADDRESS PORTS AGE
|
|
fleetdm-stack nginx fleet.localhost localhost 80 166m
|
|
```
|
|
|
|
## Fleet UI Access
|
|
|
|
```
|
|
$ curl -sk -o /dev/null -w "%{http_code}" https://localhost:8585/setup
|
|
200
|
|
```
|
|
|
|
Fleet setup page loads successfully at `https://localhost:8585` via `make port-forward`.
|
|
|
|
## Gitea Actions CI
|
|
|
|
| Run | Job | Status | Commit |
|
|
| --- | ----------------- | ------- | ---------------------------------------------------- |
|
|
| #5 | Lint Helm Chart | success | Fix CI lint: remove head pipe that causes SIGPIPE 141 |
|
|
| #5 | Release Helm Chart| skipped | (only triggers on `v*` tags) |
|
|
|
|
## Helm Chart
|
|
|
|
```
|
|
$ helm lint fleetdm-stack/
|
|
==> Linting fleetdm-stack/
|
|
[INFO] Chart.yaml: icon is recommended
|
|
|
|
1 chart(s) linted, 0 chart(s) failed
|
|
```
|