aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/deploy/deployment.yaml
diff options
context:
space:
mode:
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