PodWarden
User ManualPodWarden

Detail: Overview Tab

Edit resources, environment variables, config files, ports, and volumes

Resources

Inline-editable fields. Click any value to edit, press Enter to save. Changes require a redeploy.

FieldDescription
ReplicasNumber of pod replicas
CPU Request / LimitCPU allocation (e.g. 500m, 2)
Memory Request / LimitRAM allocation (e.g. 512Mi, 8Gi)
GPU CountNumber of NVIDIA GPUs
GPU IndexSpecific GPU device index

Environment Variables

All env vars from the stack env_schema plus any extras added to this deployment. Variables with generate strategies show a regenerate button. Secret keys (matching names in Settings Secrets) show masked input. Auto-saves on blur.

Extra variables not in the schema can be added or removed freely using the Add button.

Config Files

For stacks with config_schema. Each config slot shows the current content with an inline code editor. Customized configs show a badge with a reset-to-default option.

Ports

Container ports, overridable per-deployment without changing the stack template.

  • Edit enters edit mode to add, remove, or modify ports
  • Reset reverts to the stack template defaults (shown when overridden)
  • An overridden badge appears when ports differ from the template

Each port entry has a container port number, protocol (TCP/UDP), and optional name.

Volume Mounts

Persistent volumes with the same override pattern as ports.

  • Edit to modify mount paths, volume names, and sizes
  • Reset to revert to the stack template defaults
  • Each entry shows mount path, volume name, and size
Detail: Overview Tab