We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the name field is missing in the service port definition then the service entry is generated without a port name and is invalid.
Example
apiVersion: v1 kind: Service metadata: labels: app: nginx identity: nginx name: nginx spec: ports: - port: 80 targetPort: 80 selector: app: nginx
The text was updated successfully, but these errors were encountered:
aattuluri
Successfully merging a pull request may close this issue.
If the name field is missing in the service port definition then the service entry is generated without a port name and is invalid.
Example
The text was updated successfully, but these errors were encountered: