Skip to content

Commit

Permalink
workaround for hall#52
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jul 2, 2024
1 parent d6ddf1b commit 92a559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/generated/v1.29.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 92a559e

Please sign in to comment.