aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/deploy/deployment.yaml
diff options
context:
space:
mode:
authorJan Malkiewicz <jan.malkiewicz@nokia.com>2020-10-14 13:54:17 +0200
committerJan Malkiewicz <jan.malkiewicz@nokia.com>2020-10-14 14:04:43 +0200
commit720466562b0ea1e67ff36f44e0d95645837316d4 (patch)
tree94f2a255b596dee88ab1b08e4d589edeb585afa0 /certServiceK8sExternalProvider/deploy/deployment.yaml
parent9e42e7b6b524034035e94221098d1374f34c5165 (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Mock implementaion enhanced
Libs upgraded. Use v1 version of the resources. Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I009ff3ca8c3e84863dcf5cea290c8968280ca8ec
Diffstat (limited to 'certServiceK8sExternalProvider/deploy/deployment.yaml')
-rw-r--r--certServiceK8sExternalProvider/deploy/deployment.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/certServiceK8sExternalProvider/deploy/deployment.yaml b/certServiceK8sExternalProvider/deploy/deployment.yaml
index c2c617cf..3e21dc2e 100644
--- a/certServiceK8sExternalProvider/deploy/deployment.yaml
+++ b/certServiceK8sExternalProvider/deploy/deployment.yaml
@@ -72,16 +72,15 @@ spec:
name: https
- args:
- --metrics-addr=127.0.0.1:8080
- - --enable-leader-election
command:
- /oom-certservice-k8s-external-provider
image: onap/oom-certservice-k8s-external-provider:1.0.0
name: oom-certservice-k8s-external-provider
resources:
limits:
- cpu: 100m
- memory: 50Mi
+ cpu: 250m
+ memory: 128Mi
requests:
cpu: 100m
- memory: 30Mi
+ memory: 64Mi
terminationGracePeriodSeconds: 10