aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/resources/config/application.yml
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/resources/config/application.yml
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/resources/config/application.yml')
-rwxr-xr-x[-rw-r--r--]kubernetes/cps/resources/config/application.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/cps/resources/config/application.yml b/kubernetes/cps/resources/config/application.yml
index 983a75444b..3fa080e395 100644..100755
--- 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: