added port name entry in load-balancer manifest

This commit is contained in:
Radar231 2021-10-20 05:39:56 -04:00
parent a6385f8cd0
commit 77392b6d7a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ spec:
ports: ports:
- port: 5050 - port: 5050
targetPort: 5050 targetPort: 5050
name: port5050
selector: selector:
app: flexget app: flexget
type: LoadBalancer type: LoadBalancer