From: jhh Date: Thu, 18 Apr 2019 18:08:18 +0000 (-0500) Subject: Switch policy/api rest port from cluster to node X-Git-Tag: 4.0.0-ONAP~211^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=70480925c0b6933f2d9fa962d4f82175a6601b94 Switch policy/api rest port from cluster to node Change-Id: I6748018f19d1af27974dd5926447adac66a5a835 Issue-ID: POLICY-1663 Signed-off-by: jhh --- diff --git a/kubernetes/policy/charts/policy-api/values.yaml b/kubernetes/policy/charts/policy-api/values.yaml index 92960a2d56..acb9f6bb58 100644 --- a/kubernetes/policy/charts/policy-api/values.yaml +++ b/kubernetes/policy/charts/policy-api/values.yaml @@ -56,7 +56,7 @@ readiness: periodSeconds: 10 service: - type: ClusterIP + type: NodePort name: policy-api portName: policy-api internalPort: 6969