From 02b3cbfb009ad9fdfc9112073742c8d30dfc11e9 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 23 Aug 2021 16:34:05 +0100 Subject: Add support for configuring new helm repository Issue-ID: POLICY-3480 Signed-off-by: zrrmmua Change-Id: I2499cd8ab9a4cf6390c2c4d834264b3754855d23 --- .../src/main/resources/config/application.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml') diff --git a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml index a27c33d44..713b072a2 100644 --- a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml @@ -13,8 +13,8 @@ participant: reportingTimeIntervalMs: 120000 description: Participant Description participantId: - name: K8sParticipant0 - version: 1.0.0 + name: org.onap.k8s.controlloop.K8SControlLoopParticipant + version: 2.3.4 participantType: name: org.onap.k8s.controlloop.K8SControlLoopParticipant version: 2.3.4 @@ -42,6 +42,8 @@ server: # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework. # See springboot documentation. port: 8083 + servlet: + context-path: /onap/k8sparticipant logging: # Configuration of logging -- cgit 1.2.3-korg