Skip to content

Commit

Permalink
switch to ClusterIP and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepentland committed Mar 1, 2024
1 parent c4baeba commit a6432fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nx-agents/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nx-agents
description: Nx Cloud Agents Helm Chart
type: application
version: 1.0.2-rc.4
version: 1.0.2-rc.5
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
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.13.0-rc.6
version: 0.13.0-rc.7
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
2 changes: 1 addition & 1 deletion charts/nx-cloud/templates/nx-cloud-nx-api-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
{{- toYaml .Values.nxApi.service.annotations | nindent 4 }}
{{- end }}
spec:
type: NodePort
type: {{ .Values.nxApi.service.type }}
selector:
app: nx-cloud-nx-api
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/nx-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ frontend:
env: []
service:
name: nx-cloud-frontend-service
type: NodePort
type: ClusterIP
port: 8080
annotations: {}
resources:
Expand Down

0 comments on commit a6432fc

Please sign in to comment.