Automated Manifest Update (#4996)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `workflow_dispatch` by `@alexlebens`
- **Commit**: `4e2027b` (on `main`)
- **Charts Updated**: `audiobookshelf,authentik`

Reviewed-on: #4996
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4996.
This commit is contained in:
2026-03-23 02:42:11 +00:00
committed by Alex Lebens
parent 2d1a648099
commit a857f8b39f
11 changed files with 72 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/part-of: "authentik"
app.kubernetes.io/version: "2026.2.1"
spec:
replicas: 1
replicas: 2
revisionHistoryLimit: 3
selector:
matchLabels:
@@ -89,19 +89,19 @@ spec:
httpGet:
path: '/-/health/live/'
port: http
initialDelaySeconds: 5
initialDelaySeconds: 15
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
timeoutSeconds: 5
readinessProbe:
failureThreshold: 3
httpGet:
path: '/-/health/ready/'
port: http
initialDelaySeconds: 5
initialDelaySeconds: 15
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
timeoutSeconds: 5
startupProbe:
failureThreshold: 60
httpGet:
@@ -111,7 +111,10 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
resources: {}
resources:
requests:
cpu: 100m
memory: 700Mi
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution: