Changing url in integration test to align with spec
[ric-plt/a1.git] / integration_tests / a1mediator / templates / deployment.yaml
index a6e0786..40f3faf 100644 (file)
@@ -36,6 +36,11 @@ spec:
             value: "5"
           - name: INSTANCE_DELETE_RESP_TTL
             value: "10"
+          - name: DBAAS_SERVICE_HOST
+            value: "dbaas"
+          - name: DBAAS_SERVICE_PORT
+            value: "6379"
+
           image: "a1:latest"
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           ports:
@@ -44,11 +49,11 @@ spec:
               protocol: TCP
           livenessProbe:
             httpGet:
-              path: /a1-p/healthcheck
+              path: /A1-P/v2/healthcheck
               port: http
           readinessProbe:
             httpGet:
-              path: /a1-p/healthcheck
+              path: /A1-P/v2/healthcheck
               port: http
           resources:
             {{- toYaml .Values.resources | nindent 12 }}