Add kubernetes ingress
This commit is contained in:
parent
9d6860e8e1
commit
29e11d3066
@ -18,3 +18,16 @@ spec:
|
|||||||
namespaces:
|
namespaces:
|
||||||
- "default"
|
- "default"
|
||||||
- "wishlist"
|
- "wishlist"
|
||||||
|
|
||||||
|
kubernetesIngress:
|
||||||
|
enabled: true
|
||||||
|
allowExternalNameServices: true
|
||||||
|
allowEmptyServices: true
|
||||||
|
# ingressClass: traefik-internal
|
||||||
|
# labelSelector: environment=production,method=traefik
|
||||||
|
namespaces:
|
||||||
|
- "default"
|
||||||
|
- "wishlist"
|
||||||
|
# IP used for Kubernetes Ingress endpoints
|
||||||
|
publishedService:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user