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