Add graphadmin microservice to oom
[oom.git] / kubernetes / aai / charts / aai-gizmo / values.yaml
index 14f412e..50c9d77 100644 (file)
@@ -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,10 +51,10 @@ readiness:
 
 service:
   type: NodePort
-  name: crud-service
-  portName: crud-service
+  name: aai-crud-service
+  portName: aai-crud-service
   internalPort: 9520
-  nodePort: 66
+  nodePort: 68
 
 ingress:
   enabled: false