## Overview Service `ports.targetPort` needs to be of type `IntOrString` but the type itself is set to just string: ```ts export type IntOrString = string; ``` Here is the reference of the type Service ports: https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/#ServiceSpec