Skip to content

Commit

Permalink
fix worker liveliness and readiness port
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Ladzaretti committed Aug 18, 2024
1 parent 04d1a3e commit da48b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ee/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ spec:
- name: ee-worker
containerPort: 8080
protocol: TCP
{{- with .Values.renovateServer.livenessProbe }}
{{- with .Values.renovateWorker.livenessProbe }}
livenessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.renovateServer.readinessProbe }}
{{- with .Values.renovateWorker.readinessProbe }}
readinessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit da48b04

Please sign in to comment.