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/managed-by: goauthentik.io
|
||||||
app.kubernetes.io/name: authentik-proxy
|
app.kubernetes.io/name: authentik-proxy
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
|
||||||
- name: dshm
|
|
||||||
emptyDir:
|
|
||||||
medium: Memory
|
|
||||||
sizeLimit: 2Gi
|
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: AUTHENTIK_HOST
|
- name: AUTHENTIK_HOST
|
||||||
|
@ -109,11 +104,11 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 50m
|
||||||
memory: 128Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 350m
|
cpu: 150m
|
||||||
memory: 256Mi
|
memory: 128Mi
|
||||||
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