diff --git a/charts/nx-cloud/templates/nx-cloud-nx-api-deployment.yaml b/charts/nx-cloud/templates/nx-cloud-nx-api-deployment.yaml index eca1240..c829953 100644 --- a/charts/nx-cloud/templates/nx-cloud-nx-api-deployment.yaml +++ b/charts/nx-cloud/templates/nx-cloud-nx-api-deployment.yaml @@ -88,10 +88,10 @@ spec: value: tcp://nx-cloud-messagequeue:61616 {{- end }} {{- if .Values.nxCloudWorkflows.externalNameService }} - - name: NX_CLOUD_WORKFLOW_CONTROLLER_ADDRESS + - name: NX_CLOUD_CI_SERVER_ADDRESS value: http://nx-cloud-workflow-controller-service:9000 {{- else if .Values.nxCloudWorkflows.enabled }} - - name: NX_CLOUD_WORKFLOW_CONTROLLER_ADDRESS + - name: NX_CLOUD_CI_SERVER_ADDRESS value: http://nx-cloud-workflow-controller-service.{{ .Values.nxCloudWorkflows.namespace }}.svc.cluster.local:9000 {{- end }} {{- with .Values.awsS3 }} @@ -164,4 +164,4 @@ spec: - configMap: name: {{ .Values.selfSignedCertConfigMap }} name: self-signed-certs-volume - {{- end }} \ No newline at end of file + {{- end }}