fix pool sizes
All checks were successful
Build and Publish / build-release (push) Successful in 2m38s
All checks were successful
Build and Publish / build-release (push) Successful in 2m38s
This commit is contained in:
@@ -25,6 +25,7 @@ controllers:
|
||||
repository: gitea.corredorconect.com/software-engineering/policy-service
|
||||
tag: '{{ $.Chart.AppVersion }}'
|
||||
env:
|
||||
LOG_LEVEL: debug
|
||||
MIX_ENV: prod
|
||||
PORT: "8080"
|
||||
PHX_HOST: "0.0.0.0"
|
||||
@@ -65,10 +66,10 @@ controllers:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
memory: 512Mi
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user