feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 300873f743 - Show all commits

View File

@ -89,12 +89,14 @@ spec:
port: http port: http
initialDelaySeconds: 2 initialDelaySeconds: 2
periodSeconds: 5 periodSeconds: 5
timeoutSeconds: 3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /api/healthz path: /api/healthz
port: http port: http
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 3
resources: resources:
requests: requests:
cpu: 50m cpu: 50m