Files
infrastructure/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qui.yaml
gitea-bot 8a8e3e9c7c Automated Manifest Update (#4889)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `6707b9d` (on `6707b9d3a1d69446b973a92964e3d133340b1561`)
- **Charts Updated**: `kube-prometheus-stack`

### Update Details (2026-03-20 00:11 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `3ebc4ad` (on `3ebc4adee9ad6598b9eacc3bce6cb7b400583125`)
- **Charts Updated**: `qbittorrent`

### Update Details (2026-03-20 00:13 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `e26e972` (on `e26e97222bfbd75c7b0995ab351bf2771f50f422`)
- **Charts Updated**: `prometheus-operator-crds`

### Update Details (2026-03-20 00:22 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `e3670d6` (on `e3670d6f3b5697fae50aae0ca1b619270fb496e9`)
- **Charts Updated**: `immich`

### Update Details (2026-03-20 00:28 UTC)
- **Trigger**: `workflow_dispatch` by `@alexlebens`
- **Commit**: `e3670d6` (on `main`)
- **Charts Updated**: `audiobookshelf`

Reviewed-on: #4889
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-20 01:01:38 +00:00

76 lines
2.2 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: qbittorrent-qui
labels:
app.kubernetes.io/controller: qui
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: qbittorrent
helm.sh/chart: qbittorrent-4.6.2
namespace: qbittorrent
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/controller: qui
app.kubernetes.io/name: qbittorrent
app.kubernetes.io/instance: qbittorrent
template:
metadata:
labels:
app.kubernetes.io/controller: qui
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/name: qbittorrent
spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
hostIPC: false
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
containers:
- env:
- name: QUI__METRICS_ENABLED
value: "true"
- name: QUI__METRICS_HOST
value: 0.0.0.0
- name: QUI__METRICS_PORT
value: "9074"
- name: QUI__OIDC_ENABLED
value: "true"
- name: QUI__OIDC_ISSUER
value: https://auth.alexlebens.dev/application/o/qui/
- name: QUI__OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
key: client
name: qui-oidc-secret
- name: QUI__OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
key: secret
name: qui-oidc-secret
- name: QUI__OIDC_REDIRECT_URL
value: https://qui.alexlebens.net/api/auth/oidc/callback
- name: QUI__OIDC_DISABLE_BUILT_IN_LOGIN
value: "false"
image: ghcr.io/autobrr/qui:v1.15.0
imagePullPolicy: IfNotPresent
name: qui
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /config
name: qui-config-data
volumes:
- name: qui-config-data
persistentVolumeClaim:
claimName: qbittorrent-qui-config-data