Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2c04156
)
Resolve Port Issue on Linux kubernetes deployment
56/143356/1
author
seanbeirne
<sean.beirne@est.tech>
Wed, 18 Feb 2026 12:53:59 +0000
(12:53 +0000)
committer
seanbeirne
<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
patch
|
blob
|
history
diff --git
a/cps-charts/values.yaml
b/cps-charts/values.yaml
index
33a5a71
..
87513b8
100644
(file)
--- 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"