diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-05-04 22:36:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-04 22:36:58 +0000 |
commit | 30e72f97619c648831c052c4b6851b44b1d3a1e8 (patch) | |
tree | 29ab4226916ec7dbe8cd5ab87986fcd0e14df4ef | |
parent | e63410c208b67b13a2f01d9c39033e8ebaa6f907 (diff) | |
parent | 39a79a415e09251f3c806f220fab3639698210e1 (diff) |
Merge "Changing xacml replicaCount to 1"
-rw-r--r-- | kubernetes/policy/charts/policy-xacml-pdp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/values.yaml b/kubernetes/policy/charts/policy-xacml-pdp/values.yaml index ff0fc0a89f..fcfbab2471 100644 --- a/kubernetes/policy/charts/policy-xacml-pdp/values.yaml +++ b/kubernetes/policy/charts/policy-xacml-pdp/values.yaml @@ -36,7 +36,7 @@ debugEnabled: false # application configuration # default number of instances -replicaCount: 3 +replicaCount: 1 nodeSelector: {} |