Record -
kubernetes
: IngressConfiguration
Kubernetes ingress configuration.
Fields
- hostname string
-
Host name of the ingress. Default is
"<BALLERINA_SERVICE_NAME>.com"
or"<BALLERINA_SERVICE_LISTENER_NAME>.com"
.
- path string (default /)
-
Resource path. Default is
"/"
.
- targetPath string
-
Target path for url rewrite.
- ingressClass string (default nginx)
-
Ingress class. Default is
"nginx"
.
- enableTLS boolean (default false)
-
Enable/Disable ingress TLS. Default is
false
.