providers/proxy: fix creation of ingress

This commit is contained in:
Jens Langhammer
2020-10-19 14:55:25 +02:00
parent 6596bc6034
commit 05866d3544
5 changed files with 12 additions and 9 deletions

View File

@ -69,7 +69,7 @@ class DeploymentReconciler(KubernetesObjectReconciler[V1Deployment]):
spec=V1PodSpec(
containers=[
V1Container(
name=self.outpost.type,
name=str(self.outpost.type),
image=f"{self.image_base}-{self.outpost.type}:{__version__}",
ports=container_ports,
env=[