Merge "Add property metrics.url.ac to Dashboard chart"
authorLusheng Ji <lji@research.att.com>
Fri, 23 Aug 2019 18:10:13 +0000 (18:10 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Fri, 23 Aug 2019 18:10:13 +0000 (18:10 +0000)
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.