diff --git a/charts/ftl/templates/schema-deployment.yaml b/charts/ftl/templates/schema-deployment.yaml index e7314ad71a..caba2a9c01 100644 --- a/charts/ftl/templates/schema-deployment.yaml +++ b/charts/ftl/templates/schema-deployment.yaml @@ -78,6 +78,8 @@ spec: value: "0.0.0.0:{{$.Values.schema.services.raft.port}}" - name: RAFT_CONTROL_ADDRESS value: "http://{{ include "ftl.fullname" . }}-schema:{{ $.Values.schema.services.schema.port }}" + - name: FTL_TIMELINE_ENDPOINT + value: "http://{{ include "ftl.fullname" . }}-timeline:{{ .Values.timeline.port }}" ports: - name: http2 containerPort: {{ .Values.schema.services.schema.port }}