This commit is contained in:
parent
b67772dd34
commit
56ba23e483
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ spec:
|
||||||
- name: dshm
|
- name: dshm
|
||||||
emptyDir:
|
emptyDir:
|
||||||
medium: Memory
|
medium: Memory
|
||||||
sizeLimit: 2Gi
|
sizeLimit: 1Gi
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: AUTHENTIK_HOST
|
- name: AUTHENTIK_HOST
|
||||||
|
@ -113,10 +113,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 1Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: 350m
|
cpu: 350m
|
||||||
memory: 256Mi
|
memory: 2Gi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /outpost.goauthentik.io/ping
|
path: /outpost.goauthentik.io/ping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue