spaces and duplicates

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 13:34:21 +02:00
parent 7770e66911
commit 2552aceb19

View File

@@ -13,10 +13,6 @@ args:
- --port
- '8080'
ingress:
main:
enabled: true
probes:
liveness:
enabled: true
@@ -44,7 +40,7 @@ ingress:
labels: {}
ingressClassName: # "nginx"
hosts:
- host: chart-example.local
- host: chart-example.local
paths:
- path: /
pathType: Prefix
@@ -66,7 +62,7 @@ ingress:
labelexample1: labelvalue2
ingressClassName: # "nginx"
hosts:
- host: label.chart-example.local
- host: label.chart-example.local
paths:
- path: /
pathType: Prefix
@@ -89,7 +85,7 @@ ingress:
labels: {}
ingressClassName: # "nginx"
hosts:
- host: labellist.chart-example.local
- host: labellist.chart-example.local
paths:
- path: /
pathType: Prefix
@@ -110,7 +106,7 @@ ingress:
labels: {}
ingressClassName: # "nginx"
hosts:
- host: notls.chart-example.local
- host: notls.chart-example.local
paths:
- path: /
pathType: Prefix