summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-09-09 14:21:34 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-09 14:21:34 +0000
commit926a74401db06aa541ef460f9b611be4d341bf23 (patch)
tree3c68a731872173c7466f0eb94ca8abc5422895a8
parent0d9c45b3414feeef4b416e72792f5c43dc0a1687 (diff)
parent9eb603e6b8bb23beb6d9177e8399a5651f699e4a (diff)
Merge "Removing nodeport adding nexus prefix"
-rw-r--r--components/aai-graphgraph/templates/service.yaml2
-rw-r--r--components/aai-graphgraph/values.yaml2
2 files changed, 1 insertions, 3 deletions
diff --git a/components/aai-graphgraph/templates/service.yaml b/components/aai-graphgraph/templates/service.yaml
index e441022..cc4253d 100644
--- a/components/aai-graphgraph/templates/service.yaml
+++ b/components/aai-graphgraph/templates/service.yaml
@@ -23,10 +23,8 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
- type: NodePort
ports:
- port: {{ .Values.service.internalPort }}
- nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
name: {{ .Values.service.portName }}
targetPort: {{ .Values.service.internalPort }}
protocol: TCP
diff --git a/components/aai-graphgraph/values.yaml b/components/aai-graphgraph/values.yaml
index 29fe81d..a89dea3 100644
--- a/components/aai-graphgraph/values.yaml
+++ b/components/aai-graphgraph/values.yaml
@@ -22,7 +22,7 @@ global: # global defaults
# application image
repository: nexus3.onap.org:10001
-image: aai-graphgraph:1.5
+image: onap/aai-graphgraph:1.5
pullPolicy: Always
restartPolicy: Always
flavor: small