Fix selector

This commit is contained in:
David Boreham 2023-11-21 14:36:04 -07:00
parent b608a41ff1
commit 99a21761bd

View File

@ -111,8 +111,7 @@ class ClusterInfo:
port=80,
target_port=80
)],
selector={"matchLabels":
{"app": self.app_name}}
selector={"app": self.app_name}
)
)
return service