Skip to content

Instantly share code, notes, and snippets.

@voraviz
Created January 28, 2021 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voraviz/5ae2ed390fc7d0a51c14fbb16fad5e12 to your computer and use it in GitHub Desktop.
Save voraviz/5ae2ed390fc7d0a51c14fbb16fad5e12 to your computer and use it in GitHub Desktop.
apiVersion: maistra.io/v2
# Istio 1.6.5
kind: ServiceMeshControlPlane
metadata:
name: basic-install
spec:
security:
controlPlane:
mtls: true
dataPlane:
automtls: false
mtls: false
tracing:
sampling: 10000
type: Jaeger
gateways:
egress:
enabled: true
runtime:
container:
resources:
requests:
cpu: 10m
memory: 128Mi
deployment:
autoScaling:
enabled: true
service: {}
ingress:
enabled: true
ingress: false
runtime:
container:
resources:
requests:
cpu: 10m
memory: 128Mi
deployment:
autoScaling:
enabled: true
service:
type: ClusterIP
openshiftRoute:
enabled: true
general:
logging:
componentLevels:
default: info
logAsJSON: false
policy:
mixer:
enableChecks: true
failOpen: false
sessionAffinity: false
type: Istiod
addons:
grafana:
enabled: true
jaeger:
install:
storage:
type: Memory
kiali:
enabled: true
prometheus:
enabled: true
version: v2.0
runtime:
defaults:
deployment:
podDisruption:
enabled: false
telemetry:
type: Istiod
proxy:
accessLogging:
envoyService:
enabled: false
file:
encoding: TEXT
name: /dev/stdout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment