Skip to content

Commit

Permalink
chore(pay): adding otel variables
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Apr 12, 2024
1 parent 37b1f73 commit daeae71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/galoy-pay/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ spec:
value: {{.Values.redis.redis1Dns}}
- name: REDIS_2_DNS
value: {{.Values.redis.redis2Dns}}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: {{ .Values.otelExporterOtlpEndpoint }}
- name: TRACING_SERVICE_NAME
value: {{ .Values.tracingServiceName }}
resources:
{{ toYaml .Values.resources | nindent 10 }}
2 changes: 2 additions & 0 deletions charts/galoy-pay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ nostrPubkey: "pubkey"
clientId: "dummyValue"
hydraPublicUrl: "http://galoy-hydra-public.galoy-dev-galoy.svc.cluster.local:4444"
nextAuthUrl: "https://pay.domain.com"
otelExporterOtlpEndpoint: http://localhost:4318
tracingServiceName: "pay"
secrets:
create: true
nextAuthSecret: "dummy"
Expand Down

0 comments on commit daeae71

Please sign in to comment.