mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 17:51:00 +00:00
61 lines
938 B
YAML
61 lines
938 B
YAML
#
|
|
# Minimal Istio Configuration required by Flagger
|
|
#
|
|
|
|
# pilot configuration
|
|
pilot:
|
|
enabled: true
|
|
sidecar: true
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 128Mi
|
|
|
|
gateways:
|
|
enabled: false
|
|
istio-ingressgateway:
|
|
autoscaleMax: 1
|
|
|
|
# sidecar-injector webhook configuration
|
|
sidecarInjectorWebhook:
|
|
enabled: true
|
|
|
|
# galley configuration
|
|
galley:
|
|
enabled: false
|
|
|
|
# mixer configuration
|
|
mixer:
|
|
policy:
|
|
enabled: false
|
|
telemetry:
|
|
enabled: true
|
|
replicaCount: 1
|
|
autoscaleEnabled: false
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 128Mi
|
|
|
|
# addon prometheus configuration
|
|
prometheus:
|
|
enabled: true
|
|
scrapeInterval: 5s
|
|
|
|
# addon jaeger tracing configuration
|
|
tracing:
|
|
enabled: false
|
|
|
|
# Common settings.
|
|
global:
|
|
proxy:
|
|
# Resources for the sidecar.
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 256Mi
|
|
useMCP: false
|