diff options
Diffstat (limited to 'components/aai-graphgraph/templates/service.yaml')
-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 |