Catalog Details
CATEGORY
deploymentUUID
74b17e3a-3fc8-411c-8086-e4c13138bb65CREATED BY
CREATED AT
October 07, 2025VERSION
0.0.4-
MODELS
What This Design Does:
Helm chart for deploying the ms-payments-grpc microservice (CodeDesignPlus stack). Based on the ms-base chart; renders Kubernetes resources (Deployment/Service), health probes, optional HPA, and integrations like Vault and Istio.
Caveats and Consideration:
• Values: Provide required secrets/config via Helm values (e.g., Vault token) before deploy. • Autoscaling: HPA requires metrics-server on the cluster. • Networking: If Istio is enabled in values, ensure sidecar injection is configured for the namespace. • Security: Prefer external secrets (Vault) vs plain-text in values.yaml. • Image: Pin a specific tag instead of :latest for reproducible releases.