Fix A1 healthcheck path 83/783/2
authorwrider <lji@research.att.com>
Fri, 23 Aug 2019 01:29:27 +0000 (21:29 -0400)
committerLusheng Ji <lji@research.att.com>
Fri, 23 Aug 2019 14:12:19 +0000 (14:12 +0000)
Change-Id: I49fd20be72f31e9d2a642760c9426240a2ab8662
Signed-off-by: wrider <lji@research.att.com>
ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml

index f14d4e2..1d2a49d 100644 (file)
@@ -74,11 +74,11 @@ spec:
               protocol: TCP
           livenessProbe:
             httpGet:
-              path: /healthcheck
+              path: /a1-p/healthcheck
               port: http
           readinessProbe:
             httpGet:
-              path: /healthcheck
+              path: /a1-p/healthcheck
               port: http
       volumes:
         - name: "a1conf"
index 9bebd45..8a58108 100644 (file)
@@ -29,7 +29,7 @@ a1mediator:
 
   image:
     name: ric-plt-a1
-    tag: 0.10.2
+    tag: 0.10.3
 
   # Service ports are now defined in
   # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.