Resolve Port Issue on Linux kubernetes deployment 56/143356/1
authorseanbeirne <sean.beirne@est.tech>
Wed, 18 Feb 2026 12:53:59 +0000 (12:53 +0000)
committerseanbeirne <sean.beirne@est.tech>
Mon, 23 Feb 2026 09:03:39 +0000 (09:03 +0000)
Issue-ID: CPS-3108
Change-Id: Ic6835d8d9820b90a3c95bedaedc5333d3719bdec
Signed-off-by: seanbeirne <sean.beirne@est.tech>
cps-charts/values.yaml

index 33a5a71..87513b8 100644 (file)
@@ -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"