-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
values.yaml
68 lines (53 loc) · 1.37 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
# Default values for bilibili_tool.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
namespace: default
replicaCount: 1
configmap:
name: entry
image:
repository: zai7lou/bilibili_tool_pro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.1"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
# For more envs pls take a view at https://github.com/RayWangQvQ/BiliBiliToolPro/blob/main/docs/configuration.md
env:
# cookie - required
- name: Ray_BiliBiliCookies__1
# past your cookie value
value: ""
# DailyTrigger - required
- name: Ray_DailyTaskConfig__Cron
# This means BiliBili Toll triggers at every day's 08:10 AM
value: "10 8 * * *"
# Add your custom env vars like
# - name: Ray_Security__IntervalSecondsBetweenRequestApi
# value: "20"
# - name: Ray_Security__RandomSleepMaxMin
# value: "20"
# - name: Ray_LiveLotteryTaskConfig__Cron
# value: ""
volumes:
# if `enabled=true`, then path and name is required
log:
enabled: true
path: "/tmp/logs"
name: "bili-tool-vol"
login:
enabled: true
name: "entry"
podAnnotations: {}
resources:
# Recommended to set this resources field
limits:
cpu: 100m
memory: 120Mi
requests:
cpu: 100m
memory: 120Mi
nodeSelector: {}
tolerations: []
affinity: {}