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.
In the following snippet:
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.