diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2018-04-26 03:19:03 +0000 |
---|---|---|
committer | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2018-04-26 08:07:02 +0000 |
commit | c1395ec4aa21d30167e9c8ba09fa7aa5f7dd26c7 (patch) | |
tree | c30a223e05b1820ab2cbc347edaeb8b5b7f28fac /kubernetes/policy/charts/pdp/values.yaml | |
parent | 99a74ebd1ea743c78178196bfe9ede6bf4b50f6e (diff) |
Policy Config Correction
Issue-ID: OOM-1011
Change-Id: I85444ebb9df9368d96f55bb968291351c9d286d5
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'kubernetes/policy/charts/pdp/values.yaml')
-rw-r--r-- | kubernetes/policy/charts/pdp/values.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kubernetes/policy/charts/pdp/values.yaml b/kubernetes/policy/charts/pdp/values.yaml index 4f63e3222f..3287c9f321 100644 --- a/kubernetes/policy/charts/pdp/values.yaml +++ b/kubernetes/policy/charts/pdp/values.yaml @@ -58,13 +58,11 @@ readiness: periodSeconds: 10 service: - type: NodePort + type: ClusterIP name: pdp portName: pdp + internalPort: 8081 externalPort: 8081 - #Example internal target port if required - #internalPort: <80> - nodePort: 20 ingress: enabled: false |