8 lines
243 B
YAML
8 lines
243 B
YAML
|
# -- Configure the ingresses for the chart here.
|
||
|
# Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress.
|
||
|
# @default -- See below
|
||
|
ingress:
|
||
|
main:
|
||
|
# -- Enables or disables the ingress
|
||
|
enabled: true
|