Skip to content

Commit

Permalink
add env vars and pullpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
bpschmitt committed Jul 12, 2024
1 parent 14e093c commit 11e8922
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions helm/recommendation_service_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@ components:
imageOverride:
repository: newrelic/otel-demo
tag: "1.9.0-recommendationservice-nr"
pullPolicy: Always
env:
- name: RECOMMENDATION_SERVICE_PORT
value: "8080"
- name: PRODUCT_CATALOG_SERVICE_ADDR
value: '{{ include "otel-demo.name" . }}-productcatalogservice:8080'
- name: OTEL_PYTHON_LOG_CORRELATION
value: "true"
- name: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
value: python
- name: FLAGD_HOST
value: '{{ include "otel-demo.name" . }}-flagd'
- name: FLAGD_PORT
value: "8013"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: NEW_RELIC_APP_NAME
value: "recommendationservice"
- name: NEW_RELIC_LICENSE_KEY
Expand Down

0 comments on commit 11e8922

Please sign in to comment.