blob: 9166a3a1aa0ad6c24680a97e336018e3f5a3d739 [file] [log] [blame]
# This file provides some defaults for integration testing.
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
name: install
spec:
meshConfig:
# Disable retries. This avoids confusing logs and errors, and allows finer grain control for tests
defaultHttpRetryPolicy: {}
accessLogFile: "/dev/stdout"
defaultConfig:
proxyMetadata:
ISTIO_META_DNS_CAPTURE: "true"
values:
pilot:
autoscaleEnabled: false
env:
UNSAFE_ENABLE_ADMIN_ENDPOINTS: true
PILOT_REMOTE_CLUSTER_TIMEOUT: 15s
global:
proxy:
resources:
requests:
cpu: 10m
memory: 40Mi
gateways:
istio-ingressgateway:
autoscaleEnabled: false
resources:
requests:
cpu: 10m
memory: 40Mi
istio-egressgateway:
autoscaleEnabled: false
resources:
requests:
cpu: 10m
memory: 40Mi