blob: db86b5813657e2b43d35aaa507353423f45cce71 [file] [log] [blame]
Krzysztof Kuzmicki93b32fa2022-03-02 12:23:04 +01001# TLS role -- set to true if microservice acts as server
2# If true, an init container will retrieve a server cert
3# and key from AAF and mount them in certDirectory.
4tlsServer: false
5
6global:
7 centralizedLoggingEnabled: false
8 cmpv2Enabled: true
9 masterPassword: "test"
10
11
12nameOverride: "dcae-ves-cmpv2-cert-wrong-sans"
13fullnameOverride: "dcae-ves-cmpv2-cert-wrong-sans"
14
15
16# CMPv2 certificate
17# It is used only when:
18# - certDirectory is set
19# - global flag is set to true
20# - flag useCmpv2Certificates is set to true
21# Disabled by default
22useCmpv2Certificates: true
23certificates:
24 - mountPath: /opt/app/dcae-certificate/external
25 commonName: wrong-sans
26 dnsNames:
27 - wrong-sans
28 keystore:
29 outputType:
30 - jks
31 passwordSecretRef:
32 name: ves-cmpv2-keystore-password-wrong-sans
33 key: password
34 create: true
35
36# service configuration
37service:
38 type: NodePort
39 name: dcae-ves-collector-cmpv2-cert-wrong-sans
40 ports:
41 - name: http
42 port: 8443
43 plain_port: 8080
44 port_protocol: http
45 nodePort: 19
46 useNodePortExt: true
47
48
49#Pods Service Account
50serviceAccount:
51 nameOverride: dcae-ves-cmpv2-cert-wrong-sans
52 roles:
53 - read