diff --git a/modules/generated/v1.29.nix b/modules/generated/v1.29.nix index 8f8fb47..a2d50e3 100644 --- a/modules/generated/v1.29.nix +++ b/modules/generated/v1.29.nix @@ -5794,7 +5794,7 @@ let }; "ports" = mkOption { description = "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated."; - type = (types.nullOr (coerceAttrsOfSubmodulesToListByKey "io.k8s.api.core.v1.ContainerPort" "name" [ "containerPort" "protocol" ])); + type = (types.nullOr (coerceAttrsOfSubmodulesToListByKey "io.k8s.api.core.v1.ContainerPort" "name" [ "containerPort" ])); apply = attrsToList; }; "readinessProbe" = mkOption {