forked from draios/onprem-install-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
40 lines (40 loc) · 1.56 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
size: medium
# The below can be ignored for non-openshift clusters.
deployment: openshift
# Replace with quay.io pull secrets provided by the sales team.
quaypullsecret: <PLEASE_REPLACE>
# Acceptable values here are awe|gke|none|hostPath, change this to none and configure storageClassName if you want to use an existing storageClass
storageClassProvisioner: hostPath
# Uncomment the below to specify an existing storageClass, if not configured a storageClass is created with the configured storageClassProvisioner
# storageClassName: sysdig
elasticsearch:
hostPathNodes:
# replace with the name section of kubectl get nodes
- my-cool-host1.com
- my-cool-host2.com
- my-cool-host3.com
sysdig:
# Openshift API url along with its port number
openshiftUrl: <REPLACE_WITH_OPENSHIFT_URL>
# Username of the user to access the configured openshift url
openshiftUser: <REPLACE_WITH_OPENSHIFT_USERNAME>
# Password of the user to access the configured openshift url
openshiftPassword: <REPLACE_WITH_OPENSHIFT_PASSWORD>
collector:
dnsName: <PLEASE_REPLACE>
postgresql:
hostPathNodes:
# replace with the name section of kubectl get nodes
- my-cool-host1.com
cassandra:
hostPathNodes:
# replace with the name section of kubectl get nodes
- my-cool-host1.com
- my-cool-host2.com
- my-cool-host3.com
# Replace with domain name the api should be served on.
dnsName: <PLEASE_REPLACE>
admin:
username: <REPLACE_WITH_A_VALID_EMAIL_ADDRESS>
# Replace with license provided by the sales team.
license: <PLEASE_REPLACE>