Skip to content

chore: standardize production pod naming fallback to prod-router-pod #341

Description

@sheepdestroyer

Summary

Production pod naming fallbacks currently default to in some scripts/documentation, whereas the production container conventions use (matching in staging/dev).

Files to Update

  • README.md (command examples: podman ps --filter pod=prod-router-pod)
  • start-stack.sh (POD_NAME="${POD_NAME:-prod-router-pod}")
  • scripts/backup.sh (POD_NAME="${POD_NAME:-prod-router-pod}")
  • scripts/verification/verify_canonical_endpoints.py (--prod argument help text)

Acceptance Criteria

  • All production default fallback pod names match prod-router-pod.
  • Clean separation between dev-router-pod and prod-router-pod.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions