Package io.quarkus.kubernetes.deployment
Class PortConfig
java.lang.Object
io.quarkus.kubernetes.deployment.PortConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe port number.The host port.The nodePort to which this port should be mapped to.The application path (refers to web application path).io.dekorate.kubernetes.annotation.ProtocolThe protocol.booleanIf enabled, the port will be configured to use the schema HTTPS. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
containerPort
The port number. Refers to the container port. -
hostPort
The host port. -
path
The application path (refers to web application path). -
protocol
@ConfigItem(defaultValue="TCP") public io.dekorate.kubernetes.annotation.Protocol protocolThe protocol. -
nodePort
The nodePort to which this port should be mapped to. This only takes affect when the serviceType is set to node-port. -
tls
@ConfigItem(defaultValue="false") public boolean tlsIf enabled, the port will be configured to use the schema HTTPS.
-
-
Constructor Details
-
PortConfig
public PortConfig()
-