Added needed resources for calculator-open in deploymentconfig.yaml file
This commit is contained in:
parent
1df90375fa
commit
e0e913a19d
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue