diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-30 15:02:43 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-30 15:06:59 -0400 |
commit | 6482f50819e8eb81eaffbec078544b37c728921a (patch) | |
tree | 5fba07e8f06d8f82cf87c749ce993c54db223a32 /kubernetes/sdc/charts/sdc-es/templates | |
parent | f4eea37ac0a03de52c254707887b69626aa9df78 (diff) |
Add SDC dependency fixes
Updated pod and job dependencies to provide consistent startup order.
Change-Id: Ib0d6aefbd59d30a5dd0f121415e3e8b4e3dcba01
Issue-ID: OOM-1022
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/charts/sdc-es/templates')
-rw-r--r-- | kubernetes/sdc/charts/sdc-es/templates/job.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdc/charts/sdc-es/templates/job.yaml b/kubernetes/sdc/charts/sdc-es/templates/job.yaml index 6fa0015066..6fd3bc7a42 100644 --- a/kubernetes/sdc/charts/sdc-es/templates/job.yaml +++ b/kubernetes/sdc/charts/sdc-es/templates/job.yaml @@ -23,6 +23,7 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: + backoffLimit: 20 template: metadata: labels: |