chore: Update manifests after change
This commit is contained in:
@@ -36,7 +36,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: US/Central
|
value: America/Chicago
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: PUID
|
- name: PUID
|
||||||
@@ -52,23 +52,17 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: ntfy-url
|
key: ntfy-url
|
||||||
name: audiobookshelf-apprise-config
|
name: audiobookshelf-apprise-config
|
||||||
image: caronc/apprise:v1.3.2
|
image: ghcr.io/caronc/apprise:v1.3.2@sha256:1aafc2118b6eae5d70d17831d9a8a52adee7104fd6f2bb018e6421664699c903
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
name: apprise-api
|
name: apprise-api
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 128Mi
|
|
||||||
- env:
|
- env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: US/Central
|
value: America/Chicago
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.33.1
|
image: ghcr.io/advplyr/audiobookshelf:2.33.1@sha256:a4a5841bba093d81e5f4ad1eaedb4da3fda6dbb2528c552349da50ad1f7ae708
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 200Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /mnt/store/Audiobooks
|
- mountPath: /mnt/store/Audiobooks
|
||||||
name: audiobooks
|
name: audiobooks
|
||||||
|
|||||||
@@ -14,8 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: ntfy-url
|
- secretKey: ntfy-url
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /cl01tl/audiobookshelf/apprise
|
key: /cl01tl/audiobookshelf/apprise
|
||||||
metadataPolicy: None
|
|
||||||
property: ntfy-url
|
property: ntfy-url
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
name: audiobookshelf
|
name: audiobookshelf
|
||||||
namespace: audiobookshelf
|
namespace: audiobookshelf
|
||||||
port: 80
|
port: 80
|
||||||
weight: 100
|
weight: 1
|
||||||
matches:
|
matches:
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ metadata:
|
|||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: audiobookshelf
|
app.kubernetes.io/name: audiobookshelf
|
||||||
helm.sh/chart: audiobookshelf-4.6.2
|
helm.sh/chart: audiobookshelf-4.6.2
|
||||||
annotations:
|
|
||||||
helm.sh/resource-policy: keep
|
|
||||||
namespace: audiobookshelf
|
namespace: audiobookshelf
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ metadata:
|
|||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: audiobookshelf
|
app.kubernetes.io/name: audiobookshelf
|
||||||
helm.sh/chart: audiobookshelf-4.6.2
|
helm.sh/chart: audiobookshelf-4.6.2
|
||||||
annotations:
|
|
||||||
helm.sh/resource-policy: keep
|
|
||||||
namespace: audiobookshelf
|
namespace: audiobookshelf
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ metadata:
|
|||||||
app.kubernetes.io/part-of: "authentik"
|
app.kubernetes.io/part-of: "authentik"
|
||||||
app.kubernetes.io/version: "2026.2.1"
|
app.kubernetes.io/version: "2026.2.1"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@@ -89,19 +89,19 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: '/-/health/live/'
|
path: '/-/health/live/'
|
||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 5
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
httpGet:
|
httpGet:
|
||||||
path: '/-/health/ready/'
|
path: '/-/health/ready/'
|
||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 5
|
||||||
startupProbe:
|
startupProbe:
|
||||||
failureThreshold: 60
|
failureThreshold: 60
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -111,7 +111,10 @@ spec:
|
|||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 700Mi
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ metadata:
|
|||||||
app.kubernetes.io/part-of: "authentik"
|
app.kubernetes.io/part-of: "authentik"
|
||||||
app.kubernetes.io/version: "2026.2.1"
|
app.kubernetes.io/version: "2026.2.1"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@@ -110,7 +110,10 @@ spec:
|
|||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 512Mi
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
|||||||
@@ -14,8 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: key
|
- secretKey: key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /cl01tl/authentik/key
|
key: /cl01tl/authentik/key
|
||||||
metadataPolicy: None
|
|
||||||
property: key
|
property: key
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ spec:
|
|||||||
matches:
|
matches:
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
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