mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -04:00
fix: Helm Chart: map resources, livenessProbe and readinessProbe properties correctly in deployments (#714)
This commit is contained in:
commit
03992e1b2b
@ -66,15 +66,15 @@ spec:
|
||||
{{- end }}
|
||||
{{- with .Values.autosync.kyoo_autosync.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.autosync.kyoo_autosync.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.autosync.kyoo_autosync.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.autosync.kyoo_autosync.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.autosync.kyoo_autosync.resources }}
|
||||
resources:
|
||||
{{- toYaml .Values.autosync.kyoo_autosync.resources | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.autosync.kyoo_autosync.containerSecurityContext }}
|
||||
securityContext:
|
||||
|
@ -162,15 +162,15 @@ spec:
|
||||
protocol: TCP
|
||||
{{- with .Values.back.kyoo_back.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.back.kyoo_back.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.back.kyoo_back.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.back.kyoo_back.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.back.kyoo_back.resources }}
|
||||
resources:
|
||||
{{- toYaml .Values.back.kyoo_back.resources | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.back.kyoo_back.containerSecurityContext }}
|
||||
securityContext:
|
||||
|
@ -58,15 +58,15 @@ spec:
|
||||
protocol: TCP
|
||||
{{- with .Values.front.kyoo_front.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.front.kyoo_front.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.front.kyoo_front.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.front.kyoo_front.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.front.kyoo_front.resources }}
|
||||
resources:
|
||||
{{- toYaml .Values.front.kyoo_front.resources | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.front.kyoo_front.containerSecurityContext }}
|
||||
securityContext:
|
||||
|
@ -90,15 +90,15 @@ spec:
|
||||
{{- end }}
|
||||
{{- with .Values.matcher.kyoo_matcher.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.matcher.kyoo_matcher.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.matcher.kyoo_matcher.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.matcher.kyoo_matcher.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.matcher.kyoo_matcher.resources }}
|
||||
resources:
|
||||
{{- toYaml .Values.matcher.kyoo_matcher.resources | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.matcher.kyoo_matcher.containerSecurityContext }}
|
||||
securityContext:
|
||||
|
@ -79,15 +79,15 @@ spec:
|
||||
{{- end }}
|
||||
{{- with .Values.scanner.kyoo_scanner.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.scanner.kyoo_scanner.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.scanner.kyoo_scanner.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.scanner.kyoo_scanner.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.scanner.kyoo_scanner.resources }}
|
||||
resources:
|
||||
{{- toYaml .Values.scanner.kyoo_scanner.resources | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.scanner.kyoo_scanner.containerSecurityContext }}
|
||||
securityContext:
|
||||
|
@ -86,15 +86,15 @@ spec:
|
||||
protocol: TCP
|
||||
{{- with .Values.transcoder.kyoo_transcoder.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.transcoder.kyoo_transcoder.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.kyoo_transcoder.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.transcoder.kyoo_transcoder.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.kyoo_transcoder.resources }}
|
||||
resources:
|
||||
{{- toYaml .Values.transcoder.kyoo_transcoder.resources | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.kyoo_transcoder.containerSecurityContext }}
|
||||
securityContext:
|
||||
|
Loading…
x
Reference in New Issue
Block a user