service
feature in Humanitec allows to define how a service for the Workload is configured.service port
. This is the port exposed by the service. Must be in range 1 - 65535.container port
(optional). This is the port a container in the Pod is listening on. Traffic will be mapped from service_port
to container_port
. If not specified, no mapping will occur. Must be in range 1 - 65535.protocol
. Must be one of TCP
, UDP
or SCTP
.edit
or delete
it any time by clicking the three dot menu and selecting the according option.