Files
rxminder/k8s-kustomize/overlays/prod/namespace.yaml
William Valentin 54a0a77ed5 feat: add explicit namespace resource to production Kubernetes overlay
- Add namespace.yaml to production overlay resources
- Ensure proper namespace creation in production deployments
- Improve Kubernetes resource management and isolation
2025-09-08 09:44:15 -07:00

10 lines
154 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: rxminder-prod
labels:
app: rxminder
environment: production
tier: prod
version: v1.0.0