Compare commits
No commits in common. "d24414f0727a6b17646fdfce29a5c7fb35fa8f56" and "6842211e70271c4cfbc9731264f41e73265d7d96" have entirely different histories.
d24414f072
...
6842211e70
1 changed files with 4 additions and 9 deletions
|
@ -76,11 +76,6 @@ spec:
|
|||
app.kubernetes.io/managed-by: goauthentik.io
|
||||
app.kubernetes.io/name: authentik-proxy
|
||||
spec:
|
||||
volumes:
|
||||
- name: dshm
|
||||
emptyDir:
|
||||
medium: Memory
|
||||
sizeLimit: 2Gi
|
||||
containers:
|
||||
- env:
|
||||
- name: AUTHENTIK_HOST
|
||||
|
@ -109,11 +104,11 @@ spec:
|
|||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 350m
|
||||
memory: 256Mi
|
||||
cpu: 150m
|
||||
memory: 128Mi
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /outpost.goauthentik.io/ping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue