-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathonedrive.yaml
71 lines (71 loc) · 1.83 KB
/
onedrive.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.0.1/charts/library/common/values.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: onedrive
namespace: default
spec:
releaseName: onedrive
interval: 15m
chart:
spec:
# renovate: registryUrl=https://bjw-s.github.io/helm-charts
chart: app-template
version: 3.6.1
interval: 15m
sourceRef:
kind: HelmRepository
name: bjw-s-helm-charts
namespace: flux-system
values:
defaultPodOptions:
tolerations:
- key: "arm"
operator: "Exists"
securityContext:
fsGroup: 1000
fsGroupChangePolicy: "Always"
controllers:
main:
strategy: Recreate
pod:
annotations:
secret.reloader.stakater.com/reload: "onedrive-secret"
containers:
main:
image:
repository: driveone/onedrive
pullPolicy: IfNotPresent
tag: 2.5.3
env:
TZ: America/Chicago
ONEDRIVE_UID: 1000
ONEDRIVE_GID: 1000
ONEDRIVE_DOWNLOADONLY: 1
ONEDRIVE_RESYNC: 1
envFrom:
- secretRef:
name: onedrive-secret
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
globalMounts:
- path: /onedrive/conf
existingClaim: onedrive-config
data:
enabled: true
globalMounts:
- path: /onedrive/data
existingClaim: nfs-onedrive-pvc
service:
main:
controller: main
enabled: false