# k8s/helm-charts/seldon-core-v2-setup/values.yamlsecurity:controlplane:protocol:PLAINTEXTssl:server:secret:seldon-controlplane-serverclientValidationSecret:seldon-controlplane-clientkeyPath:/tmp/certs/cps/tls.keycrtPath:/tmp/certs/cps/tls.crtcaPath:/tmp/certs/cps/ca.crtclientCaPath:/tmp/certs/cpc/ca.crtclient:secret:seldon-controlplane-clientserverValidationSecret:seldon-controlplane-serverkeyPath:/tmp/certs/cpc/tls.keycrtPath:/tmp/certs/cpc/tls.crtcaPath:/tmp/certs/cpc/ca.crtserverCaPath:/tmp/certs/cps/ca.crtkafka:protocol:PLAINTEXTsasl:mechanism:SCRAM-SHA-512client:username:seldonsecret:passwordPath:passwordssl:client:secret:brokerValidationSecret:keyPath:/tmp/certs/kafka/client/tls.keycrtPath:/tmp/certs/kafka/client/tls.crtcaPath:/tmp/certs/kafka/client/ca.crtbrokerCaPath:/tmp/certs/kafka/broker/ca.crtendpointIdentificationAlgorithm:envoy:protocol:PLAINTEXTssl:upstream:server:secret:seldon-upstream-serverclientValidationSecret:seldon-upstream-clientkeyPath:/tmp/certs/dus/tls.keycrtPath:/tmp/certs/dus/tls.crtcaPath:/tmp/certs/dus/ca.crtclientCaPath:/tmp/certs/duc/ca.crtclient:secret:seldon-upstream-clientserverValidationSecret:seldon-upstream-serverkeyPath:/tmp/certs/duc/tls.keycrtPath:/tmp/certs/duc/tls.crtcaPath:/tmp/certs/duc/ca.crtserverCaPath:/tmp/certs/dus/ca.crtdownstream:server:secret:seldon-downstream-serverclientValidationSecret:keyPath:/tmp/certs/dds/tls.keycrtPath:/tmp/certs/dds/tls.crtcaPath:/tmp/certs/dds/ca.crtclientCaPath:/tmp/certs/ddc/ca.crtclient:mtls:falsesecret:serverValidationSecret:seldon-downstream-serverkeyPath:/tmp/certs/ddc/tls.keycrtPath:/tmp/certs/ddc/tls.crtcaPath:/tmp/certs/ddc/ca.crtserverCaPath:/tmp/certs/dds/ca.crt# A list of image pull secretsimagePullSecrets:
Environment variables
Kubernetes secrets and mounted files can be used to provide the certificates in PEM format. These are controlled by environment variables for server or client depending on the component:
Control Plane
For a server (scheduler):
For a client (agent, modelgateway, hodometer, CRD controller):
Kafka
Envoy
Envoy xDS server will use the control plane server and client certificates defined above.