Skip to content

Commit

Permalink
feat: disable liveness and readiness probes
Browse files Browse the repository at this point in the history
  • Loading branch information
braghettos committed May 4, 2024
1 parent 0a4aa77 commit 2f81067
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
Expand Down

0 comments on commit 2f81067

Please sign in to comment.