diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-02 11:49:23 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-03 16:55:24 +0000 |
commit | 5e6114080035729f4da49f05ddfe279b54ef544f (patch) | |
tree | 00c1b34a57f73af71206275bf7f2bfc195f27410 /kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml | |
parent | d0aaa45535dbb91e6fe5cb609420c2645e4f5d71 (diff) |
[POLICY] Update docker images to latest versions
The image versions in policy values.yaml files have been updated
Chart config update to match new images
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I347f3601c4a0d3c09cf5eaec6e8ed51878c1a02d
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml b/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml index fdcbf92745..3063136540 100644 --- a/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml +++ b/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml @@ -58,10 +58,16 @@ server: port: 6969 ssl: enabled: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }} + servlet: + context-path: /policy/pap/v1 pap: name: PapGroup aaf: false + topic: + pdp-pap.name: POLICY-PDP-PAP + notification.name: POLICY-NOTIFICATION + heartbeat.name: POLICY-HEARTBEAT pdpParameters: heartBeatMs: 120000 updateParameters: |