Merge pull request 'increase memory' (#1026) from ar-fix-shm-auth into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1026
This commit is contained in:
commit
554d919d90
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ spec:
|
|||
- name: dshm
|
||||
emptyDir:
|
||||
medium: Memory
|
||||
sizeLimit: 2Gi
|
||||
sizeLimit: 1Gi
|
||||
containers:
|
||||
- env:
|
||||
- name: AUTHENTIK_HOST
|
||||
|
@ -113,10 +113,10 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: 350m
|
||||
memory: 256Mi
|
||||
memory: 2Gi
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /outpost.goauthentik.io/ping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue