Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rucio-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-server
version: 39.0.0
version: 39.0.1
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/rucio-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
{{- end }}
readinessProbe:
httpGet:
path: /ping
path: /ping/
{{- if .Values.useSSL }}
port: 444
scheme: HTTPS
Expand All @@ -270,7 +270,7 @@ spec:
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
livenessProbe:
httpGet:
path: /ping
path: /ping/
{{- if .Values.useSSL }}
port: 444
scheme: HTTPS
Expand Down
Loading