Last active
January 21, 2021 12:49
-
-
Save tommeramber/bae5a739f773d59c779cc256856bfc52 to your computer and use it in GitHub Desktop.
SMCP CR - Includes Control Plane mTLS, Data Plane mTLS + Min & Max versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: maistra.io/v2 | |
kind: ServiceMeshControlPlane | |
metadata: | |
namespace: <Desired Service Mesh Control Plane NS> | |
name: basic | |
spec: | |
security: | |
controlPlane: | |
mtls: true | |
tls: | |
maxProtocolVersion: TLSv1_3 | |
minProtocolVersion: TLSv1_2 | |
dataPlane: | |
automtls: true | |
mtls: true | |
tracing: | |
sampling: 10000 | |
type: Jaeger | |
policy: | |
type: Istiod | |
addons: | |
grafana: | |
enabled: true | |
jaeger: | |
install: | |
storage: | |
type: Memory | |
kiali: | |
enabled: true | |
prometheus: | |
enabled: true | |
version: v2.0 | |
telemetry: | |
type: Istiod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment