Automated Manifest Update (#2189)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2189
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 #2189.
This commit is contained in:
2025-12-03 04:59:57 +00:00
committed by Alex Lebens
parent e348b4a7ee
commit 15173e78a3
12 changed files with 29908 additions and 542 deletions

View File

@@ -254,27 +254,6 @@ spec:
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: qbittorrent-theme-data
labels:
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: qbittorrent
helm.sh/chart: qbittorrent-4.4.0
annotations:
helm.sh/resource-policy: keep
namespace: qbittorrent
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "1Gi"
storageClassName: "ceph-block"
---
# Source: qbittorrent/charts/qbittorrent/templates/common.yaml
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: qbittorrent-qbit-manage-config-data
labels:
@@ -314,6 +293,27 @@ spec:
storage: "1Gi"
storageClassName: "ceph-block"
---
# Source: qbittorrent/charts/qbittorrent/templates/common.yaml
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: qbittorrent-theme-data
labels:
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: qbittorrent
helm.sh/chart: qbittorrent-4.4.0
annotations:
helm.sh/resource-policy: keep
namespace: qbittorrent
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "1Gi"
storageClassName: "ceph-block"
---
# Source: qbittorrent/templates/persistent-volume-claim.yaml
apiVersion: v1
kind: PersistentVolumeClaim
@@ -355,6 +355,38 @@ spec:
# Source: qbittorrent/charts/qbittorrent/templates/common.yaml
apiVersion: v1
kind: Service
metadata:
name: qbittorrent
labels:
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: qbittorrent
app.kubernetes.io/service: qbittorrent
helm.sh/chart: qbittorrent-4.4.0
namespace: qbittorrent
spec:
type: ClusterIP
ports:
- port: 9999
targetPort: 9999
protocol: TCP
name: health
- port: 8080
targetPort: 8080
protocol: TCP
name: http
- port: 9022
targetPort: 9022
protocol: TCP
name: metrics
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/name: qbittorrent
---
# Source: qbittorrent/charts/qbittorrent/templates/common.yaml
apiVersion: v1
kind: Service
metadata:
name: qbittorrent-qbit-manage
labels:
@@ -405,115 +437,6 @@ spec:
app.kubernetes.io/name: qbittorrent
---
# Source: qbittorrent/charts/qbittorrent/templates/common.yaml
apiVersion: v1
kind: Service
metadata:
name: qbittorrent
labels:
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: qbittorrent
app.kubernetes.io/service: qbittorrent
helm.sh/chart: qbittorrent-4.4.0
namespace: qbittorrent
spec:
type: ClusterIP
ports:
- port: 9999
targetPort: 9999
protocol: TCP
name: health
- port: 8080
targetPort: 8080
protocol: TCP
name: http
- port: 9022
targetPort: 9022
protocol: TCP
name: metrics
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: qbittorrent
app.kubernetes.io/name: qbittorrent
---
# Source: qbittorrent/charts/qbittorrent/templates/common.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.4.0
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.7.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
---
# Source: qbittorrent/charts/qbittorrent/templates/common.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -806,6 +729,83 @@ spec:
persistentVolumeClaim:
claimName: qbittorrent-nfs-storage
---
# Source: qbittorrent/charts/qbittorrent/templates/common.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.4.0
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.7.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
---
# Source: qbittorrent/templates/external-secret.yaml
apiVersion: external-secrets.io/v1
kind: ExternalSecret