Skip to content
New issue

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

fix: respect some values in values.yaml #785

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

…rt, elasticsearch.service.loadBalancerIP, and elasticsearch.service.loadBalancerSourceRanges

Signed-off-by: zyue110026 <[email protected]>
Copy link
Member

@style95 style95 left a comment

Choose a reason for hiding this comment

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

@zyue110026
Thank you for handling this.

@@ -30,6 +30,15 @@ metadata:
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec:
type: {{ .Values.elasticsearch.service.type }}
Copy link
Member

Choose a reason for hiding this comment

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

Should this be the ClusterIP if no type is specified?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, ClusterIP is default service type.

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.

values not being respect in values.yaml file
2 participants