Skip to content

Commit

Permalink
Handle new control plane url in the control plane configMap
Browse files Browse the repository at this point in the history
Changes according to LangStream/langstream#263
  • Loading branch information
nicoloboschi committed Aug 28, 2023
1 parent 3aac858 commit a06d99f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
{{- include "langstream.controlPlaneLabels" . | nindent 4 }}
data:
APPLICATION_STORAGE_APPS_CONFIGURATION_CONTROLPLANEURL: "http://{{ include "langstream.controlPlaneFullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.controlPlane.service.port }}"
APPLICATION_STORAGE_APPS_CONFIGURATION_DEPLOYERRUNTIME_IMAGE: "{{ include "langstream.runtimeImage" . }}"
APPLICATION_STORAGE_APPS_CONFIGURATION_DEPLOYERRUNTIME_IMAGE_PULL_POLICY: {{ .Values.runtime.imagePullPolicy }}
APPLICATION_STORAGE_APPS_CONFIGURATION_NAMESPACEPREFIX: {{ .Values.tenants.namespacePrefix }}
Expand Down

0 comments on commit a06d99f

Please sign in to comment.