diff --git a/app-config/openshift/deploymentconfig.yaml b/app-config/openshift/deploymentconfig.yaml index 8684012b..67d9e6e5 100644 --- a/app-config/openshift/deploymentconfig.yaml +++ b/app-config/openshift/deploymentconfig.yaml @@ -153,7 +153,7 @@ restartPolicy: Always schedulerName: default-scheduler securityContext: { } - terminationGracePeriodSeconds: 60 + terminationGracePeriodSeconds: 30 strategy: activeDeadlineSeconds: 21600 resources: { } @@ -289,7 +289,13 @@ - containerPort: 8080 protocol: TCP imagePullPolicy: Always - resources: {} + resources: + limits: + cpu: '3' + memory: 3Gi + requests: + cpu: '1' + memory: 1Gi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: ClusterFirst