[bitnami/milvus] Use different liveness/readiness probes (#26325)

* [bitnami/milvus] Use different liveness/readiness probes

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
David Gomez
2024-05-22 17:48:07 +02:00
committed by GitHub
parent bf5de2c0b2
commit a7d3e0dbcd
12 changed files with 21 additions and 25 deletions

View File

@@ -128,8 +128,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.attu.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.attu.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.attu.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /
tcpSocket:
port: http
{{- end }}
{{- if .Values.attu.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.dataCoord.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.dataCoord.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.dataCoord.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.dataCoord.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.dataNode.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.dataNode.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.dataNode.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.dataNode.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.indexCoord.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.indexCoord.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.indexCoord.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.indexCoord.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.indexNode.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.indexNode.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.indexNode.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.indexNode.customReadinessProbe }}

View File

@@ -141,8 +141,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.proxy.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.proxy.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.proxy.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.queryCoord.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.queryCoord.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.queryCoord.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.queryCoord.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.queryNode.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.queryNode.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.queryNode.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.queryNode.customReadinessProbe }}

View File

@@ -139,8 +139,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.rootCoord.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.rootCoord.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.rootCoord.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /healthz
tcpSocket:
port: http-metrics
{{- end }}
{{- if .Values.rootCoord.customReadinessProbe }}