Disable MDAI Cluster Ingress
You may need to temporarily halt incoming traffic to perform maintenance or troubleshoot issues without impacting data flow.
How to Disable
Manual
- Set replica count to
0
invalues/params-values-otel.yaml
:
spec:
# 2 replicas recommended
replicas: 0
- Apply config to cluster
kubectl apply -f values/params-values-otel.yaml
⏪ Back to: UI Auth (Cognito) Next Step: Enable MDAI Cluster ⏩