From 3a87eade8545590e4fab8687af97c6b76cde49c1 Mon Sep 17 00:00:00 2001 From: seanbeirne Date: Wed, 18 Feb 2026 12:53:59 +0000 Subject: [PATCH] Resolve Port Issue on Linux kubernetes deployment Issue-ID: CPS-3108 Change-Id: Ic6835d8d9820b90a3c95bedaedc5333d3719bdec Signed-off-by: seanbeirne --- cps-charts/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cps-charts/values.yaml b/cps-charts/values.yaml index 33a5a71ca3..87513b85d0 100644 --- a/cps-charts/values.yaml +++ b/cps-charts/values.yaml @@ -251,14 +251,12 @@ policyExecutorStub: image: repository: nexus3.onap.org:10003/onap/policy-executor-stub tag: "latest" - pullPolicy: IfNotPresent + pullPolicy: Always replicaCount: 1 service: type: NodePort port: 8094 nodePort: 30095 - env: - POLICY_SERVICE_PORT: 8094 resources: requests: cpu: "100m" -- 2.16.6