-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathvalues.yaml
73 lines (59 loc) · 2.35 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
69
70
71
72
# set to true if installing on an OpenShift Container Platform
# if enabled, the OpenShift Ingress Operator will be used
# if you have your own ingress controller, keep this false and set the appropriate annotations for the ingresses in the authorization section
openshift: false
# set to true if installing on a Kubernetes Container Platform
# if enabled, NGINX Ingress Controller will be deployed
# if you have your own ingress controller, keep this false and set the appropriate annotations for the ingresses in the authorization section
nginx:
enabled: true
# if enabled, cert-manager will be deployed
# if cert-manager is already deployed, keep this false
cert-manager:
enabled: true
authorization:
# images to use in installation
images:
proxyService: dellemc/csm-authorization-proxy:v1.10.0
tenantService: dellemc/csm-authorization-tenant:v1.10.0
roleService: dellemc/csm-authorization-role:v1.10.0
storageService: dellemc/csm-authorization-storage:v1.10.0
opa: openpolicyagent/opa
opaKubeMgmt: openpolicyagent/kube-mgmt:0.11
# Base hostname for the ingress rules that expose the services
# the proxy-server ingress will use this hostname
# the role-service ingress will use role.hostname
hostname: csm-authorization.com
# log level for csm-authorization
logLevel: debug
# number, as a string, of concurrent requests for the storage-service to make to PowerFlex
# currently only used with dellctl to list tenant volumes
concurrentPowerFlexRequests: "10"
# tracing configuration
# this can be updated on the fly via the csm-config-params configMap
zipkin: {}
# collectoruri: http://DNS-hostname:9411/api/v2/spans
# probability: 1
# proxy-server ingress configuration
proxyServerIngress:
ingressClassName: nginx
# additional host rules for the proxy-server ingress
hosts: []
# - application-ingress-nginx-controller.namespace.svc.cluster.local
# additional annotations for the proxy-server ingress
annotations: {}
# storage capacity poll interval
storageCapacityPollInterval: 5m
redis:
name: redis-csm
sentinel: sentinel
rediscommander: rediscommander
replicas: 5
images:
redis: redis:7.2.4-alpine
commander: rediscommander/redis-commander:latest
vault:
address: https://10.0.0.1:8400
kvEnginePath: secret
role: csm-authorization
skipCertificateValidation: true