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

@@ -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"