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