PodWarden
User ManualPodWarden

Deployment Detail

Per-deployment detail page with tabbed sections

What you see

URL: /deployments/{id}

Click any deployment row to open its detail page. The header shows the deployment name, status badge, cluster, and action buttons.

Actions

ActionDescription
Deploy / RedeployGenerate K8s manifest and apply to the cluster
RestartRestart the running workload pods
UndeployRemove K8s resources, keep the deployment record
Save as TemplateSave current config as a new or updated stack template
DeleteRemove the deployment record entirely

A banner appears when configuration has changed since the last deploy.

Tabs

The detail page is organized into five tabs:

  • Overview -- resources, env vars, config files, ports, volumes
  • Services -- compose stack services (compose only)
  • Logs -- deployment and workload logs
  • Ingress -- LAN exposure and ingress rules
  • Backups -- backup policies and snapshots

Save as Template

The Save as Template button persists the current configuration back to a stack template, capturing all overrides (ports, volumes, resources, env defaults).

OptionDescription
Update existingOverwrite the source stack template
Create newCreate a new template with a custom name

Env values are saved as default_value entries in the template env_schema.

Deployment Detail