Skip to content

Commit

Permalink
chore(app): use proper api version for EndpointSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepentland committed Mar 10, 2024
1 parent 8aa4b01 commit e0994f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.15.0-rc.2
version: 0.15.0-rc.3
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
protocol: TCP
targetPort: {{ .Values.nxCloudWorkflows.port }}
---
apiVersion: v1
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: {{ printf "%s-1" .Values.nxCloudWorkflows.name }}
Expand Down
3 changes: 2 additions & 1 deletion charts/nx-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ nxCloudWorkflows:
externalName: ''

# If you find that an externalName service is not working as expected, you can set this to true to create a headless service
# which will create an endpoint group as an alternative
# which will create an endpoint group as an alternative. Please continue to set `externalName` to the IP address
# you wish to direct traffic to as we will use it to populate the endpoint slice.
headless: false

# Deprecated, use nxApi.deployment.replicas and frontend.deployment.replicas
Expand Down

0 comments on commit e0994f8

Please sign in to comment.