From 7b3074591712dd920ed00af657b81fc6a1630886 Mon Sep 17 00:00:00 2001 From: "Rishi.Chail" Date: Fri, 5 Mar 2021 12:11:01 +0000 Subject: [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 Change-Id: I6c1dd27fc29e21efced95de874b7ce723536c438 --- kubernetes/cps/resources/config/application.yml | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 kubernetes/cps/resources/config/application.yml (limited to 'kubernetes/cps/resources/config/application.yml') diff --git a/kubernetes/cps/resources/config/application.yml b/kubernetes/cps/resources/config/application.yml old mode 100644 new mode 100755 index 983a75444b..3fa080e395 --- a/kubernetes/cps/resources/config/application.yml +++ b/kubernetes/cps/resources/config/application.yml @@ -1,6 +1,7 @@ {{/* # Copyright (C) 2021 Pantheon.tech # Modifications Copyright (C) 2020 Bell Canada. All rights reserved. + # Modifications Copyright (C) 2021 Nordix Foundation. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,6 +47,11 @@ spring: cache-names: yangSchema caffeine: spec: maximumSize=10000,expireAfterAccess=10m + + liquibase: + change-log: classpath:changelog/changelog-master.yaml + labels: ${LIQUIBASE_LABELS} + # Actuator management: endpoints: -- cgit 1.2.3-korg