Skip to content

Commit

Permalink
readd nx api probes (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei committed Jun 3, 2024
1 parent 4ff427c commit 8318025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.2
version: 0.15.3
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
4 changes: 1 addition & 3 deletions charts/nx-cloud/templates/nx-cloud-nx-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ spec:
volumeMounts:
- mountPath: /self-signed-certs
name: self-signed-certs-volume
{{- else}}
# if we don't need on a post-start hook
{{- end}}
startupProbe:
httpGet:
path: /nx-cloud/uptime-check
Expand All @@ -54,7 +53,6 @@ spec:
path: /nx-cloud/uptime-check
port: {{ .Values.nxApi.deployment.port }}
initialDelaySeconds: 30
{{- end}}
{{- if .Values.nxApi.deployment.readinessProbe }}
readinessProbe: {{- toYaml .Values.nxApi.deployment.readinessProbe | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 8318025

Please sign in to comment.