Skip to content

Commit

Permalink
No port for job queue consumer (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans authored Sep 17, 2020
1 parent 5e2e1d8 commit c4100e0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,11 @@ spec:
{{- end }}
image: {{ .Values.docker.image.job_queue_consumer | default $service.image | quote }}
imagePullPolicy: Always
ports:
- containerPort: 9000
resources:
limits:
memory: {{ .Values.resources.memory.job_queue_consumer }}
requests:
memory: {{ .Values.resources.memory.job_queue_consumer }}
readinessProbe:
tcpSocket:
port: 9000
initialDelaySeconds: 5
periodSeconds: 10
volumeMounts:
{{- if not (and (eq "" (include "application.volumeMounts.backend" .)) (eq "" (include "application.volumeMounts.all" .)) ) }}
{{- include "application.volumeMounts.backend" . | indent 8 }}
Expand Down

0 comments on commit c4100e0

Please sign in to comment.