providers/proxy: fix ingress not being created with full https

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-15 13:45:41 +02:00
parent 942905b9b1
commit a4278833d8
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class IngressReconciler(KubernetesObjectReconciler[NetworkingV1beta1Ingress]):
NetworkingV1beta1HTTPIngressPath(
backend=NetworkingV1beta1IngressBackend(
service_name=self.name,
service_port="http",
service_port="https",
),
path="/",
)