Skip to content

Commit e0994f8

Browse files
committed
chore(app): use proper api version for EndpointSlice
1 parent 8aa4b01 commit e0994f8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

charts/nx-cloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: nx-cloud
33
description: Nx Cloud Helm Chart
44
type: application
5-
version: 0.15.0-rc.2
5+
version: 0.15.0-rc.3
66
maintainers:
77
- name: nx
88
url: "https://nx.app/"

charts/nx-cloud/templates/nx-cloud-workflow-controller-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
protocol: TCP
1717
targetPort: {{ .Values.nxCloudWorkflows.port }}
1818
---
19-
apiVersion: v1
19+
apiVersion: discovery.k8s.io/v1
2020
kind: EndpointSlice
2121
metadata:
2222
name: {{ printf "%s-1" .Values.nxCloudWorkflows.name }}

charts/nx-cloud/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ nxCloudWorkflows:
145145
externalName: ''
146146

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

151152
# Deprecated, use nxApi.deployment.replicas and frontend.deployment.replicas

0 commit comments

Comments
 (0)