Add new frontend pages for the multi-tenant OCDP platform: - Charts page (/charts): Browse Harbor OCI registries to list Helm chart repositories and versions, with deploy modal to launch charts on selected clusters - Monitoring page (/monitoring): Display cluster metrics (CPU/Memory/GPU usage) and per-node details with resource utilization bars - Chart References page (/chart-references): CRUD for chart metadata references - Values Templates page (/templates): CRUD for Helm values templates with version history and rollback support - Sidebar: Add Charts navigation, update Storage and Templates links - api.ts: Add all API client functions (clusterApi, registryApi, instanceApi, monitoringApi, storageApi, chartReferenceApi, valuesTemplateApi, workspaceApi, userApi) with full TypeScript types Note: deploy flow and values template rollback not yet end-to-end tested.
TLS Certificates
The docker-compose stack mounts this directory into /etc/nginx/certs inside the nginx container.
By default, it contains a self-signed certificate (tls.crt / tls.key) generated for localhost so the HTTPS listener works out of the box.
For production use, replace tls.crt and tls.key with certificates issued by a trusted CA (keep the filenames the same or update the Nginx config accordingly).