aboutsummaryrefslogtreecommitdiffstats
path: root/helm/ves-client/values_cmpv2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/ves-client/values_cmpv2.yaml')
-rw-r--r--helm/ves-client/values_cmpv2.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/helm/ves-client/values_cmpv2.yaml b/helm/ves-client/values_cmpv2.yaml
new file mode 100644
index 0000000..5a8a60d
--- /dev/null
+++ b/helm/ves-client/values_cmpv2.yaml
@@ -0,0 +1,33 @@
+certMethod: "cmpv2"
+
+fullnameOverride: "ves-client-cmpv2"
+secretName: ves-client-secret-cmpv2
+configMapName: ves-client-configmap-cmpv2
+certificateName: ves-client-certificate-cmpv2
+
+config:
+ useCerts: true
+ mongoDbName: ves-client-db-cmpv2
+
+mongodb:
+ fullnameOverride: "ves-client-db-cmpv2"
+
+certInitializer:
+ nameOverride: vesclient-cert-initializer-cmpv2
+
+
+certificates:
+ name: ves-client-cert-cmpv2
+ secretName: ves-client-secret-cmpv2
+ keystores:
+ jks:
+ create: true
+ passwordSecretRef:
+ name: ves-client-secret-cmpv2
+ key: p12.pass
+ pkcs12:
+ create: true
+ passwordSecretRef:
+ name: ves-client-secret-cmpv2
+ key: p12.pass
+