Skip to content

Commit

Permalink
Merge pull request #107 from nrwl/add-serviceaddress-to-nx-api
Browse files Browse the repository at this point in the history
add serviceAddress alongside serviceTarget
  • Loading branch information
pmariglia committed Mar 8, 2024
2 parents df94cd2 + 40566bc commit 3227541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nx-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nx-cloud
description: Nx Cloud Helm Chart
type: application
version: 0.14.0
version: 0.14.1
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
4 changes: 4 additions & 0 deletions charts/nx-cloud/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,13 @@ Below are various little env snippets that multiple mainifests make use of
{{- if eq .Values.nxCloudWorkflows.externalName ""}}
- name: NX_CLOUD_WORKFLOW_CONTROLLER_ADDRESS
value: http://{{ .Values.nxCloudWorkflows.name }}.{{ .Values.nxCloudWorkflows.workflowsNamespace }}.svc.cluster.local:{{ .Values.nxCloudWorkflows.port }}
- name: NX_CLOUD_CI_SERVER_ADDRESS
value: http://{{ .Values.nxCloudWorkflows.name }}.{{ .Values.nxCloudWorkflows.workflowsNamespace }}.svc.cluster.local:{{ .Values.nxCloudWorkflows.port }}
{{- else }}
- name: NX_CLOUD_WORKFLOW_CONTROLLER_ADDRESS
value: http://{{ .Values.nxCloudWorkflows.name }}:{{ .Values.nxCloudWorkflows.port }}
- name: NX_CLOUD_CI_SERVER_ADDRESS
value: http://{{ .Values.nxCloudWorkflows.name }}:{{ .Values.nxCloudWorkflows.port }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 3227541

Please sign in to comment.