Skip to content

targetPort names are being checked as int's only. #46

@sostheim

Description

@sostheim

In the following snippet:

spec:
 ports:
   -  name: masterport
     port: 8080
     targetPort: servicePort

The current implementation will attempt to convert the literal string 'servicePort' to an int and fail.

This is standard supported Kubernetes configuration that needs to be supported in lbex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions