diff options
author | 2019-09-05 21:57:08 +0200 | |
---|---|---|
committer | 2019-09-05 21:57:08 +0200 | |
commit | 9eb603e6b8bb23beb6d9177e8399a5651f699e4a (patch) | |
tree | 8fc5d0d9a6a5097efe3a3eccbd7de88e7756a150 /components/aai-graphgraph/templates | |
parent | fde14dd1e9fec136f6ff9489dcb66ed8102ddb17 (diff) |
Removing nodeport adding nexus prefix
Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
Issue-ID: AAI-2596
Change-Id: Ieb3d694680c625bdd8ab1384a4997e59603cd06e
Diffstat (limited to 'components/aai-graphgraph/templates')
-rw-r--r-- | components/aai-graphgraph/templates/service.yaml | 2 |
1 files changed, 0 insertions, 2 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 |