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

Rename environment variables for demo/featureflag-service #344

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

joshleecreates
Copy link
Contributor

This fixes the issue with the featureflagservice pod not starting in #343

There is probably a better way to do this in the .tpl files, and the product-catalog-service appears to have the wrong port for the feature flag grpc.

@joshleecreates joshleecreates requested a review from a team August 27, 2022 02:54
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Aug 27, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: joshleecreates / name: Josh Lee (a509cb3)

@TylerHelmuth
Copy link
Member

@joshleecreates Can you fix the product catalog as well if it is broken?

@TylerHelmuth
Copy link
Member

Also please bump the patch version in the chart.yaml

@joshleecreates
Copy link
Contributor Author

joshleecreates commented Aug 28, 2022

@TylerHelmuth I'm not sure if using port 8080 was the right move here but it seemed reasonable to match this line:

value: {{ (printf "%s-featureflag-service:%0.f" $prefix .servicePort ) }}

Copy link
Member

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this

@@ -91,7 +91,7 @@ Get Pod Env

{{- if eq .name "product-catalog-service" }}
- name: FEATURE_FLAG_GRPC_SERVICE_ADDR
value: {{ (printf "%s-featureflag-service:%0.f" $prefix .servicePort ) }}
value: {{ (printf "%s-featureflag-service:50031" $prefix ) }}
Copy link
Member

Choose a reason for hiding this comment

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

Logging this hard coded value as a temporary fix. Will address as part of #340

@TylerHelmuth TylerHelmuth merged commit 3cdc6c6 into open-telemetry:main Aug 30, 2022
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.

3 participants