Skip to content

ingress

The configuration for the Spark-on-K8S ingress

Type: object

Path: ingress


enabled

Specifies whether an ingress should be created

Default: false

Type: boolean

Path: ingress.enabled


className

The ingress class to use

Default: ""

Type: string

Path: ingress.className


annotations

The list of ingress annotations

Default: {}

Type: string

Path: ingress.annotations


hosts

The list of hosts to be added to the ingress

Type: list

Path: ingress.hosts


0

Type: object

Path: ingress.hosts.0


host

Default: chart-example.local

Type: string

Path: ingress.hosts.0.host


paths

Type: list

Path: ingress.hosts.0.paths


0

Type: object

Path: ingress.hosts.0.paths.0


path

Default: /

Type: string

Path: ingress.hosts.0.paths.0.path


pathType

Default: ImplementationSpecific

Type: string

Path: ingress.hosts.0.paths.0.pathType


tls

The list of tls to be added to the ingress

Default: []

Type: list

Path: ingress.tls