Skip to content

Commit

Permalink
Limit container concurrency for Knative MPC application containers to…
Browse files Browse the repository at this point in the history
… one (#11)

See: carbynestack/carbynestack#19

Signed-off-by: Sven Trieflinger <sven.trieflinger@de.bosch.com>
  • Loading branch information
strieflin authored Dec 1, 2021
1 parent a274a9b commit a0b5e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ephemeral/templates/ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: {{ . }}
{{- end}}
{{- end}}
containerConcurrency: 1
containers:
- name: "{{ .Chart.Name }}-ephemeral"
image: "{{ .Values.ephemeral.image.registry }}/{{ .Values.ephemeral.image.repository }}:{{ .Values.ephemeral.image.tag }}"
Expand Down

0 comments on commit a0b5e7a

Please sign in to comment.