remove ambigiODruous utf characters
This commit is contained in:
parent
997726aecd
commit
a6d44e6d26
1 changed files with 2 additions and 2 deletions
|
|
@ -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 (30000–32767).";
|
||||
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 (30000–32767).";
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue