Skip to content

Commit b626d10

Browse files
committed
fix: removed probes from wf-service oss helm
1 parent 31ba862 commit b626d10

File tree

3 files changed

+0
-276
lines changed

3 files changed

+0
-276
lines changed

deploy/helm-preview/example.values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ workflowService:
222222
envFrom:
223223
- configMapRef:
224224
name: workflowservice # Change according to the corresponding nameOverride.
225-
livenessProbe: {}
226-
readinessProbe: {}
227-
startupProbe: {}
228225
ingress:
229226
enabled: true
230227
className: "nginx"

deploy/helm-preview/services/workflows-service/templates/deployment.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ spec:
5656
envFrom:
5757
{{- toYaml . | nindent 14 }}
5858
{{- end }}
59-
livenessProbe:
60-
{{- toYaml .Values.workflowService.livenessProbe | nindent 16 }}
61-
readinessProbe:
62-
{{- toYaml .Values.workflowService.readinessProbe | nindent 16 }}
63-
startupProbe:
64-
{{- toYaml .Values.workflowService.startupProbe | nindent 16 }}
6559
{{- if .Values.workflowService.image.pullSecrets}}
6660
imagePullSecrets:
6761
- name: {{ .Values.workflowService.image.pullSecrets }}

deploy/helm-preview/values.yaml

Lines changed: 0 additions & 267 deletions
This file was deleted.

0 commit comments

Comments
 (0)