diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2020-08-26 13:45:03 +0100 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2020-09-16 19:57:12 +0100 |
commit | 818ee5da4b1a207475dfee9956a1d9cf777e5347 (patch) | |
tree | 2e27124547d22db81359f9d2866e8fea15bb8307 /kubernetes/onap/resources | |
parent | 9d4d5afbb9bb4d850b171f3ca7819d898bf6adbb (diff) |
Add A1 Policy Management Service helm charts
Issue-ID: CCSDK-2492
Change-Id: Ide809298d075471b457cfb93fee77658c7cb597c
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'kubernetes/onap/resources')
-rw-r--r-- | kubernetes/onap/resources/environments/public-cloud.yaml | 8 | ||||
-rw-r--r-- | kubernetes/onap/resources/overrides/onap-all.yaml | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/kubernetes/onap/resources/environments/public-cloud.yaml b/kubernetes/onap/resources/environments/public-cloud.yaml index 3062e4e3fa..ce16f4f957 100644 --- a/kubernetes/onap/resources/environments/public-cloud.yaml +++ b/kubernetes/onap/resources/environments/public-cloud.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Copyright (c) 2020 Nordix Foundation, Modifications # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -177,3 +178,10 @@ mariadb-galera: readiness: initialDelaySeconds: 120 +a1policymanagement: + liveness: + initialDelaySeconds: 60 + periodSeconds: 10 + readiness: + initialDelaySeconds: 60 + periodSeconds: 10 diff --git a/kubernetes/onap/resources/overrides/onap-all.yaml b/kubernetes/onap/resources/overrides/onap-all.yaml index 86f898d18c..bfa0cdf8b8 100644 --- a/kubernetes/onap/resources/overrides/onap-all.yaml +++ b/kubernetes/onap/resources/overrides/onap-all.yaml @@ -1,5 +1,5 @@ # Copyright © 2019 Amdocs, Bell Canada -# +# Copyright (c) 2020 Nordix Foundation, Modifications # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -79,3 +79,5 @@ vnfsdk: enabled: true modeling: enabled: true +a1policymanagement: + enabled: true
\ No newline at end of file |