diff options
author | Pavel Paroulek <pavel.paroulek@orange.com> | 2019-09-04 15:29:08 +0200 |
---|---|---|
committer | Pavel Paroulek <pavel.paroulek@orange.com> | 2019-09-04 15:36:26 +0200 |
commit | fde14dd1e9fec136f6ff9489dcb66ed8102ddb17 (patch) | |
tree | c2dbabbcbfd77748ed06bc86d92547a7d822cb63 /components | |
parent | 3efe1df6fdba4af4e22849bec220c8daa4a68a49 (diff) |
Changing graphgraph nodeport
Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
Issue-ID: AAI-2596
Change-Id: I1259a884668c844447ca33c9c84334746db022fe
Diffstat (limited to 'components')
-rw-r--r-- | components/aai-graphgraph/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/aai-graphgraph/values.yaml b/components/aai-graphgraph/values.yaml index f110d5c..29fe81d 100644 --- a/components/aai-graphgraph/values.yaml +++ b/components/aai-graphgraph/values.yaml @@ -16,7 +16,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. global: # global defaults - nodePortPrefix: 302 + nodePortPrefix: 303 readinessRepository: oomk8s readinessImage: readiness-check:2.0.2 |