Skip to content

Instantly share code, notes, and snippets.

@tommeramber
Last active January 21, 2021 12:49
Show Gist options
  • Save tommeramber/bae5a739f773d59c779cc256856bfc52 to your computer and use it in GitHub Desktop.
Save tommeramber/bae5a739f773d59c779cc256856bfc52 to your computer and use it in GitHub Desktop.
SMCP CR - Includes Control Plane mTLS, Data Plane mTLS + Min & Max versions
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