X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcharts%2Faai-gizmo%2Fvalues.yaml;h=50c9d77a4dcd6c5692116c433a41de9de802c799;hb=00107b55f9b831b6bd5834bea34ea7df330e1f30;hp=de842859fe0b6fad2c93e7f7867c757bbaa3ab21;hpb=ae6cefd5abdd568e108ef732ac1298d7ec36702e;p=oom.git diff --git a/kubernetes/aai/charts/aai-gizmo/values.yaml b/kubernetes/aai/charts/aai-gizmo/values.yaml index de842859fe..50c9d77a4d 100644 --- a/kubernetes/aai/charts/aai-gizmo/values.yaml +++ b/kubernetes/aai/charts/aai-gizmo/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, AT&T +# Modifications Copyright © 2018 Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +23,7 @@ global: ################################################################# # application image -image: "onap/gizmo:1.1-STAGING-latest" +image: onap/gizmo:1.3-STAGING-latest # application configuration config: @@ -50,11 +51,12 @@ readiness: service: type: NodePort - name: crud-service + name: aai-crud-service + portName: aai-crud-service internalPort: 9520 - nodePort: 66 + nodePort: 68 ingress: enabled: false -resources: {} \ No newline at end of file +resources: {}