diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-14 11:37:33 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-14 11:37:33 +0000 |
commit | 126102491526b5ba06092855b84ffe359b117df0 (patch) | |
tree | c4a7a95cca36b43d5281c96586d7dcbe85dcfd52 /kubernetes/policy/templates/dep-maria.yaml | |
parent | 4b7026e95b93f2077f18d0681d55bbac022b5396 (diff) |
move policy config to onap 1.1
was the cause of the robot failure for policy in oom
Issue-ID: OOM-297
Change-Id: Iabb24cc7a007ef852cde3ebe2cbb9226bb4153b3
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Signed-off-by: Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com>
Diffstat (limited to 'kubernetes/policy/templates/dep-maria.yaml')
-rw-r--r-- | kubernetes/policy/templates/dep-maria.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kubernetes/policy/templates/dep-maria.yaml b/kubernetes/policy/templates/dep-maria.yaml index 30d0db3af5..368d6381c8 100644 --- a/kubernetes/policy/templates/dep-maria.yaml +++ b/kubernetes/policy/templates/dep-maria.yaml @@ -4,7 +4,6 @@ metadata: name: mariadb namespace: "{{ .Values.nsPrefix }}-policy" spec: - replicas: 1 selector: matchLabels: app: mariadb @@ -15,11 +14,7 @@ spec: spec: hostname: mariadb containers: - - command: - - /bin/bash - - -c - - exec bash /tmp/do-start.sh - image: "{{ .Values.image.policyDb }}:{{ .Values.image.policyDbVersion }}" + - image: "{{ .Values.image.policyDb }}:{{ .Values.image.policyDbVersion }}" imagePullPolicy: {{ .Values.pullPolicy }} name: mariadb ports: |