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 /
  • Resource path. Default is "/".

  • targetPath string
  • Target path for url rewrite.

  • ingressClass string nginx
  • Ingress class. Default is "nginx".

  • enableTLS boolean false
  • Enable/Disable ingress TLS. Default is false.