Fix selector
This commit is contained in:
parent
b608a41ff1
commit
99a21761bd
@ -111,8 +111,7 @@ class ClusterInfo:
|
||||
port=80,
|
||||
target_port=80
|
||||
)],
|
||||
selector={"matchLabels":
|
||||
{"app": self.app_name}}
|
||||
selector={"app": self.app_name}
|
||||
)
|
||||
)
|
||||
return service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user