remove ambigiODruous utf characters

This commit is contained in:
sid 2026-05-10 23:07:21 +02:00
parent 997726aecd
commit a6d44e6d26

View file

@ -139,13 +139,13 @@ in
ingressNginxPort = mkOption {
type = types.port;
default = 30080;
description = "NodePort for ingress-nginx plain HTTP. Must be in the Kubernetes NodePort range (3000032767).";
description = "NodePort for ingress-nginx plain HTTP. Must be in the Kubernetes NodePort range (30000-32767).";
};
ingressNginxTlsPort = mkOption {
type = types.port;
default = 30443;
description = "NodePort reserved for ingress-nginx HTTPS (unused at runtime but required by the chart schema). Must be in the Kubernetes NodePort range (3000032767).";
description = "NodePort reserved for ingress-nginx HTTPS (unused at runtime but required by the chart schema). Must be in the Kubernetes NodePort range (30000-32767).";
};
ipFamily = mkOption {