root: add dedicated live and readiness views

This commit is contained in:
Jens Langhammer
2021-02-06 21:07:05 +01:00
parent 4a5374d03f
commit 7af883d80c
5 changed files with 28 additions and 17 deletions

View File

@ -97,18 +97,12 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /-/health/live/
port: http
httpHeaders:
- name: Host
value: authentik-healthcheck-host
readinessProbe:
httpGet:
path: /
path: /-/health/ready/
port: http
httpHeaders:
- name: Host
value: authentik-healthcheck-host
resources:
requests:
cpu: 100m