-
Notifications
You must be signed in to change notification settings - Fork 6
/
values.yaml
36 lines (36 loc) · 997 Bytes
/
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
ingress:
# -- annotations for the ingress
annotations: { }
# -- enable the ingress
enabled: false
# -- hosts for the ingress
hosts:
- node-red.local
# -- tls configuration for the ingress
tls: [ ]
nodeRed:
image:
# -- node-red image repository
repository: th0th/node-red
# -- node-red image tag
tag: null
persistence:
# -- enable persistence
enabled: true
# -- resources for the node-red statefulset
resources: { }
# -- node-red settings (settings.js in YAML format). please refer to https://nodered.org/docs/user-guide/runtime/configuration
settings:
# -- admin authentication config
adminAuth:
type: credentials
# -- list of users
users: [ ]
# - password: "$2y$08$q7DQYqhJrLC0.NnLelnre.IUaE2wQX3/xBiQ1cyAuNva8i5A6760q" // encrypted "changeme"
# permissions: "*"
# username: admin
editorTheme:
projects:
enabled: false
# -- time zone
timeZone: America/New_York