From 9eb603e6b8bb23beb6d9177e8399a5651f699e4a Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Thu, 5 Sep 2019 21:57:08 +0200 Subject: Removing nodeport adding nexus prefix Signed-off-by: Pavel Paroulek Issue-ID: AAI-2596 Change-Id: Ieb3d694680c625bdd8ab1384a4997e59603cd06e --- components/aai-graphgraph/templates/service.yaml | 2 -- components/aai-graphgraph/values.yaml | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit 1.2.3-korg