aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/values.yaml
diff options
context:
space:
mode:
authorRishi.Chail <rishi.chail@est.tech>2021-03-05 12:11:01 +0000
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-03-23 06:32:25 +0000
commit7b3074591712dd920ed00af657b81fc6a1630886 (patch)
treeaef4d60cc671e2d0a0f32ec46ad9ed988423159f /kubernetes/cps/values.yaml
parentd037d55e677a693af8df24942c2b0e0381d7e331 (diff)
[CPS] Update with latest CPS image for Honululu
Added config for liquibase. Updated image for CPS. Issue-ID: CPS-256 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I6c1dd27fc29e21efced95de874b7ce723536c438
Diffstat (limited to 'kubernetes/cps/values.yaml')
-rwxr-xr-x[-rw-r--r--]kubernetes/cps/values.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/kubernetes/cps/values.yaml b/kubernetes/cps/values.yaml
index ee797a5f04..2c28231490 100644..100755
--- a/kubernetes/cps/values.yaml
+++ b/kubernetes/cps/values.yaml
@@ -41,9 +41,13 @@ global:
virtualhost:
baseurl: "simpledemo.onap.org"
-image: onap/cps-and-nf-proxy:0.0.1
+image: onap/cps-and-nf-proxy:1.0.0
containerPort: &svc_port 8080
+config:
+ # Set it for pre loading xnfdata, else set to null
+ liquibaseLabels: xnf-data-preload
+
service:
type: ClusterIP
name: cps
@@ -140,4 +144,4 @@ postgres:
readinessCheck:
wait_for:
- - cps-postgres \ No newline at end of file
+ - cps-postgres