@using EntKube.Web.Data @using EntKube.Web.Services @using Microsoft.EntityFrameworkCore @inject TenantService TenantService @inject DeploymentService DeploymentService @* ═══════════════════════════════════════════════════════════════════ App Detail — a full-page view for a single application. Shows app info, environment links, and is the extension point for future app-level features (config, deployments, secrets, etc.). ═══════════════════════════════════════════════════════════════════ *@ @* --- Back button --- *@ @* --- App header --- *@
No environments exist for this tenant yet. Create environments first.
No manifests yet. Add YAML manifests to define what gets deployed.
@manifest.YamlContent
Override the chart's default values (YAML format).
No tracked resources yet. Resources appear here after the deployment syncs to the cluster.
No deployments yet. Create one to start deploying to Kubernetes.