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

@@ -36,7 +36,7 @@ spec:
containers:
- env:
- name: TZ
value: US/Central
value: America/Chicago
- name: PGID
value: "1000"
- name: PUID
@@ -52,23 +52,17 @@ spec:
secretKeyRef:
key: ntfy-url
name: audiobookshelf-apprise-config
image: caronc/apprise:v1.3.2
imagePullPolicy: IfNotPresent
image: ghcr.io/caronc/apprise:v1.3.2@sha256:1aafc2118b6eae5d70d17831d9a8a52adee7104fd6f2bb018e6421664699c903
name: apprise-api
resources:
requests:
cpu: 10m
memory: 128Mi
- env:
- name: TZ
value: US/Central
image: ghcr.io/advplyr/audiobookshelf:2.33.1
imagePullPolicy: IfNotPresent
value: America/Chicago
image: ghcr.io/advplyr/audiobookshelf:2.33.1@sha256:a4a5841bba093d81e5f4ad1eaedb4da3fda6dbb2528c552349da50ad1f7ae708
name: main
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 200Mi
volumeMounts:
- mountPath: /mnt/store/Audiobooks
name: audiobooks

View File

@@ -14,8 +14,5 @@ spec:
data:
- secretKey: ntfy-url
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/audiobookshelf/apprise
metadataPolicy: None
property: ntfy-url

View File

@@ -23,7 +23,7 @@ spec:
name: audiobookshelf
namespace: audiobookshelf
port: 80
weight: 100
weight: 1
matches:
- path:
type: PathPrefix

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: audiobookshelf
helm.sh/chart: audiobookshelf-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: audiobookshelf
spec:
accessModes:

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: audiobookshelf
helm.sh/chart: audiobookshelf-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: audiobookshelf
spec:
accessModes:

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:

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:
@@ -110,7 +110,10 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
resources: {}
resources:
requests:
cpu: 100m
memory: 512Mi
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:

View File

@@ -14,8 +14,5 @@ spec:
data:
- secretKey: key
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/authentik/key
metadataPolicy: None
property: key

View File

@@ -29,4 +29,4 @@ spec:
matches:
- path:
type: PathPrefix
value: /
value: '/'

View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: authentik-worker-metrics
namespace: "authentik"
labels:
helm.sh/chart: "authentik-2026.2.1"
app.kubernetes.io/name: "authentik"
app.kubernetes.io/instance: "authentik"
app.kubernetes.io/component: "worker-metrics"
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/part-of: "authentik"
app.kubernetes.io/version: "2026.2.1"
spec:
type: ClusterIP
ports:
- name: metrics
protocol: TCP
port: 9300
targetPort: metrics
selector:
app.kubernetes.io/name: "authentik"
app.kubernetes.io/instance: "authentik"
app.kubernetes.io/component: "worker"

View File

@@ -0,0 +1,27 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: authentik-worker
namespace: "authentik"
labels:
helm.sh/chart: "authentik-2026.2.1"
app.kubernetes.io/name: "authentik"
app.kubernetes.io/instance: "authentik"
app.kubernetes.io/component: "worker-metrics"
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/part-of: "authentik"
app.kubernetes.io/version: "2026.2.1"
spec:
endpoints:
- port: metrics
interval: 30s
scrapeTimeout: 3s
path: /metrics
namespaceSelector:
matchNames:
- authentik
selector:
matchLabels:
app.kubernetes.io/name: "authentik"
app.kubernetes.io/instance: "authentik"
app.kubernetes.io/component: "worker-metrics"