-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
45 lines (39 loc) · 946 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
37
38
39
40
41
42
43
44
45
# The base Apache Knox image, see https://github.com/pfisterer/apache-knox-docker for details
image:
repository: farberg/apache-knox-docker
tag: 1.6.1
pullPolicy: IfNotPresent
ingress:
enabled: false
path: "/"
hosts: []
annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}
tls:
# Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
knox:
users:
admin:
pw: "admin-password"
root:
pw: "root-password"
sam:
pw: "sam-password"
tom:
pw: "tom-password"
servicetype: ClusterIP
hadoop:
nameNodeUrl: "hdfs://nn:9000/webhdfs"
resourceManagerUrl: "http://rm:8088/ws"
webHdfsUrl: "http://nn:50070/webhdfs"
hdfsUIUrl: "http://nn:50070/"
yarnUIUrl: "http://yarn-ui:8088"
gateway:
logLevel: "DEBUG"
ldap:
logLevel: "INFO"