diff options
author | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-08-21 14:11:40 -0400 |
---|---|---|
committer | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-08-21 14:55:07 -0400 |
commit | 13c7907b9795549d4199accc574d65ffdd630a71 (patch) | |
tree | 4f4b7420312f601954a869194356774a5edb228d /kubernetes/sdc/sdc-fe.yaml | |
parent | e94258e3be0da3a15680de53b1817490c4173759 (diff) |
Updated deployment yamls and config to SDC v1.1
Changed the yamls to pull the v1.1 image and updated config files for dockerdata
Issue-ID: OOM-67
Change-Id: I2c51486a610f3187e200e5e08c59b132a5d7ffb5
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/sdc-fe.yaml')
-rw-r--r-- | kubernetes/sdc/sdc-fe.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/sdc-fe.yaml b/kubernetes/sdc/sdc-fe.yaml index d984bbedb8..0711aa9dfd 100644 --- a/kubernetes/sdc/sdc-fe.yaml +++ b/kubernetes/sdc/sdc-fe.yaml @@ -55,7 +55,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: nexus3.onap.org:10001/openecomp/sdc-frontend:1.0-STAGING-latest + image: nexus3.onap.org:10001/openecomp/sdc-frontend:1.1-STAGING-latest volumeMounts: - mountPath: /usr/share/elasticsearch/data/ name: sdc-sdc-es-es |