Skip to content

Commit

Permalink
fix: removed probes from wf-service oss helm
Browse files Browse the repository at this point in the history
  • Loading branch information
codechirag123 committed Dec 17, 2024
1 parent 31ba862 commit b626d10
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 276 deletions.
3 changes: 0 additions & 3 deletions deploy/helm-preview/example.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ workflowService:
envFrom:
- configMapRef:
name: workflowservice # Change according to the corresponding nameOverride.
livenessProbe: {}
readinessProbe: {}
startupProbe: {}
ingress:
enabled: true
className: "nginx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ spec:
envFrom:
{{- toYaml . | nindent 14 }}
{{- end }}
livenessProbe:
{{- toYaml .Values.workflowService.livenessProbe | nindent 16 }}
readinessProbe:
{{- toYaml .Values.workflowService.readinessProbe | nindent 16 }}
startupProbe:
{{- toYaml .Values.workflowService.startupProbe | nindent 16 }}
{{- if .Values.workflowService.image.pullSecrets}}
imagePullSecrets:
- name: {{ .Values.workflowService.image.pullSecrets }}
Expand Down
267 changes: 0 additions & 267 deletions deploy/helm-preview/values.yaml

This file was deleted.

0 comments on commit b626d10

Please sign in to comment.