diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-09-13 09:47:13 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-09-13 09:47:13 -0400 |
commit | 4a9f43592ac07dd3a52995b1f2f6bc15cdbbda51 (patch) | |
tree | dea9f782580818cd9104d4391947c6b61bc160e6 /kubernetes | |
parent | a859647740e19b62c44244e256c48a8847900259 (diff) |
Add service port name to APPC config
Adds service.portName configuration to align with changes to the
common mariadb-galera chart.
Change-Id: I69b2f1708959012cb90df5ff381f6733a58924d7
Issue-ID: CCSDK-523
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/appc/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 5accce3482..5ee972132f 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -73,6 +73,7 @@ mariadb-galera: nameOverride: appc-db service: name: appc-dbhost + portName: appc-dbhost nfsprovisionerPrefix: appc sdnctlPrefix: appc persistence: |