Skip to content

Conversation

cookingcodewithme
Copy link

I have added a logic which can create HTTP listener instead of TCP listener with the following annotations.

apiVersion: v1
kind: Service
metadata:
	annotations:
		aliyun.archon.kubeup.com/bandwidth: "1"
		aliyun.archon.kubeup.com/load-balancer-backend-protocol: "http"
		aliyun.archon.kubeup.com/load-balancer-health-check: "true"

Copy link
Collaborator

@ledzep2 ledzep2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally http loadbalancer should be provided by Ingress controller. It's a workaround as we don't have Ingress support for now. Would love a second opinion. @adieu

And, can you fix the inconsistent format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants