diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-19 17:24:08 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-19 17:29:53 -0400 |
commit | 282751f1c3c062ab6c0c3aa6c49b32417de360e4 (patch) | |
tree | af407f00fefe77dc631cd9f83d99662ac5c00eff /kubernetes/so/charts/mariadb/values.yaml | |
parent | 100cfd1d9f8fefbb0338fc5122d936976f51f1b7 (diff) |
Fix SO healthcheck on multi-node cluster
Aligned service names (and numerous other minor fixes) with latest best practices
and standard templates.
Change-Id: I740fe299053805df60abcd6a6043031d8beda7e8
Issue-ID: OOM-909
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/so/charts/mariadb/values.yaml')
-rw-r--r-- | kubernetes/so/charts/mariadb/values.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kubernetes/so/charts/mariadb/values.yaml b/kubernetes/so/charts/mariadb/values.yaml index e957206811..1a62071442 100644 --- a/kubernetes/so/charts/mariadb/values.yaml +++ b/kubernetes/so/charts/mariadb/values.yaml @@ -30,10 +30,6 @@ pullPolicy: Always config: mariadbRootPassword: password -# override chart name (mariadb) to share a common namespace -# suffix with parent chart (so) -nsSuffix: so - # default number of instances replicaCount: 1 @@ -79,9 +75,9 @@ persistence: service: type: NodePort - name: mariadb - externalPort: 52 + portName: mariadb internalPort: 3306 + nodePort: 52 ingress: enabled: false |