Skip to content

Commit

Permalink
chore: add timeline endpoint to the charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmakine committed Mar 4, 2025
1 parent 2c1c34d commit 80249c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/ftl/templates/provisioner-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
value: "/working"
- name: FTL_CONTROLLER_ENDPOINT
value: "http://{{ include "ftl.fullname" . }}-controller:{{ .Values.controller.port }}"
- name: FTL_TIMELINE_ENDPOINT
value: "http://{{ include "ftl.fullname" . }}-timeline:{{ .Values.timeline.port }}"
- name: FTL_SCHEMA_ENDPOINT
value: "http://{{ include "ftl.fullname" . }}-schema:{{ $.Values.schema.services.schema.port }}"
- name: LOG_LEVEL
Expand Down

0 comments on commit 80249c0

Please # to comment.