What This Pattern 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.

Compatibility:



Recent Discussions with "meshery" Tag