summaryrefslogtreecommitdiffstats
path: root/components/aai-graphgraph/templates/service.yaml
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 /components/aai-graphgraph/templates/service.yaml
parent0d9c45b3414feeef4b416e72792f5c43dc0a1687 (diff)
parent9eb603e6b8bb23beb6d9177e8399a5651f699e4a (diff)
Merge "Removing nodeport adding nexus prefix"
Diffstat (limited to 'components/aai-graphgraph/templates/service.yaml')
-rw-r--r--components/aai-graphgraph/templates/service.yaml2
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