Skip to content
Commit 51e5c7a1 authored by Tiago Giertyas Matana's avatar Tiago Giertyas Matana
Browse files

fix: move ingress-nginx config to values file, remove --wait



--set with memory values like '90Mi' can be misparsed by Helm's
value parser. Move resources to k8s/ingress-nginx-values.yaml.

Remove --wait: it blocks until the LoadBalancer gets an external IP,
which can exceed 5m on GCP and fail the job. The controller pods
starting is enough; the LB IP is assigned asynchronously.

Co-Authored-By: default avatarClaude Sonnet 4.6 <noreply@anthropic.com>
parent 94375df0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment