Krzysztof Kuzmicki | 93b32fa | 2022-03-02 12:23:04 +0100 | [diff] [blame] | 1 | # 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. |
| 4 | tlsServer: false |
| 5 | |
| 6 | global: |
| 7 | centralizedLoggingEnabled: false |
| 8 | cmpv2Enabled: true |
| 9 | masterPassword: "test" |
| 10 | |
| 11 | |
| 12 | nameOverride: "dcae-ves-cmpv2-cert-wrong-sans" |
| 13 | fullnameOverride: "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 |
| 22 | useCmpv2Certificates: true |
| 23 | certificates: |
| 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 |
| 37 | service: |
| 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 |
| 50 | serviceAccount: |
| 51 | nameOverride: dcae-ves-cmpv2-cert-wrong-sans |
| 52 | roles: |
| 53 | - read |