apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # Local dev overlay — targets Lima VM running k3s on macOS # Deploy with: kubectl apply -k overlays/local/ # # NOTE: base/mesh (Linkerd) is excluded here. Linkerd is bootstrapped # separately by scripts/local-up.sh via the Linkerd CLI, which avoids # the identity cert bootstrapping problem at kustomize render time. # # DOMAIN_SUFFIX substitution: local-up.sh pipes `kustomize build | sed` to # replace DOMAIN_SUFFIX with .sslip.io before kubectl apply. resources: - ../../base/ingress - ../../base/ory - ../../base/data - ../../base/storage - ../../base/lasuite - ../../base/media - ../../base/devtools patches: # Disable rustls-acme; add hostPort for TURN relay range on Lima VM - path: values-pingora.yaml target: kind: Deployment name: pingora # Apply §10.7 memory limits to all Deployments - path: values-resources.yaml