-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
48 lines (46 loc) · 980 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
46
47
48
global:
enablePriorityClass: false
tags:
all: false
apidocs-server: true
admin-api: false
authorization-api: true
authorization-db: true
cloud-sql-proxy: false
combined-db: true
content-api: true
content-db: true
correspondence-api: false
elasticsearch: true
gateway: true
indexer: true
preview-map: true
registry-api: true
registry-db: true
search-api: true
session-db: true
minion-broken-link: false
minion-linked-data-rating: false
minion-visualization: false
minion-format: true
web-server: false
ingress: false
connectors: true
test-chart: true
kn-es-ingress: true
kn-ingress: false
kn-web-server: true
test-chart:
service:
type: ClusterIP
vhost: |-
server {
listen 0.0.0.0:8080;
default_type text/plain;
location / {
return 200 "This is a KN test-chart!";
}
location /test-api {
return 200 "test api2 : This is a KN test-chart test api!";
}
}