Automated Manifest Update #4996
@@ -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
|
||||
|
||||
@@ -14,8 +14,5 @@ spec:
|
||||
data:
|
||||
- secretKey: ntfy-url
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/audiobookshelf/apprise
|
||||
metadataPolicy: None
|
||||
property: ntfy-url
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
name: audiobookshelf
|
||||
namespace: audiobookshelf
|
||||
port: 80
|
||||
weight: 100
|
||||
weight: 1
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -14,8 +14,5 @@ spec:
|
||||
data:
|
||||
- secretKey: key
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/authentik/key
|
||||
metadataPolicy: None
|
||||
property: key
|
||||
|
||||
@@ -29,4 +29,4 @@ spec:
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
value: '/'
|
||||
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user