-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
69 lines (54 loc) · 1.38 KB
/
values.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
# Default values for handbrake-watcher.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: chrisjohnson00/handbrake-k8s-job-creator
pullPolicy: IfNotPresent
tag: v1.0.0 # change me
nameOverride: "handbrake-job-creator"
fullnameOverride: "handbrake-job-creator"
watchPath: /override/this
quality: 720p
movePath: /data/k8s/encoding_queue
encodingProfile: "Roku 720p30 Surround"
jobType: tv
# the needle is what to look for, value is what to replace with
# for example if the watcher creates jobs to downgrade resolution, you might want to set
# needle to 1080p and value to 720p so that any 1080p file (with 1080p in the name) encoded comes out with 720p in the
# name instead
fileNameReplaceNeedle: None
fileNameReplaceValue: None
consulHttpAddr: "consul-consul-server.consul:8500"
volumeMounts:
watch:
mountPath: /watch
move:
mountPath: /move
serviceAccount:
name: "handbrake-job-creator-svc-acnt"
annotations: []
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
resources:
limits:
cpu: 250m
memory: 400Mi
requests:
cpu: 50m
memory: 200Mi
nodeSelector: {}
tolerations: []
affinity: {}
labels: {}
annotations: {}
nfs:
server: 192.168.1.131
extraEnvVars: {}