This message was deleted.
# general
s
This message was deleted.
w
See https://github.com/pulumi/pulumi-kubernetes/issues/336, which is about fixing this, but also points to the workaround that is available currently:
Copy code
import * as inputApi from "@pulumi/kubernetes/types/input";
const port: inputApi.core.v1.ContainerPort = {...};
💯 1
🙏 1
👏 1