17 lines
321 B
YAML
17 lines
321 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: qbittorrent
|
|
namespace: qbittorrent
|
|
spec:
|
|
interval: 10m
|
|
timeout: 1m30s
|
|
retryInterval: 30s
|
|
path: ./kubernetes/apps/qbittorrent/app
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
namespace: flux-system
|
|
name: flux-system
|
|
|