mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
101 lines
2.0 KiB
YAML
101 lines
2.0 KiB
YAML
global:
|
|
proxy:
|
|
# Enable proxy to write access log to /dev/stdout.
|
|
accessLogFile: "/dev/stdout"
|
|
accessLogEncoding: 'JSON'
|
|
autoInject: disabled
|
|
disablePolicyChecks: true
|
|
omitSidecarInjectorConfigMap: true
|
|
defaultPodDisruptionBudget:
|
|
enabled: false
|
|
useMCP: false
|
|
|
|
sidecarInjectorWebhook:
|
|
enabled: false
|
|
enableNamespacesByDefault: false
|
|
|
|
gateways:
|
|
istio-ingressgateway:
|
|
enabled: true
|
|
sds:
|
|
enabled: true
|
|
replicaCount: 2
|
|
autoscaleMin: 2
|
|
autoscaleMax: 5
|
|
resources:
|
|
requests:
|
|
cpu: 1000m
|
|
memory: 1024Mi
|
|
ports:
|
|
- name: status-port
|
|
port: 15020
|
|
- name: http2
|
|
port: 80
|
|
- port: 443
|
|
name: https
|
|
cluster-local-gateway:
|
|
enabled: true
|
|
labels:
|
|
app: cluster-local-gateway
|
|
istio: cluster-local-gateway
|
|
replicaCount: 2
|
|
autoscaleMin: 2
|
|
autoscaleMax: 5
|
|
resources:
|
|
requests:
|
|
cpu: 1000m
|
|
memory: 1024Mi
|
|
cpu:
|
|
targetAverageUtilization: 80
|
|
loadBalancerIP: ""
|
|
loadBalancerSourceRanges: {}
|
|
externalIPs: []
|
|
serviceAnnotations: {}
|
|
podAnnotations: {}
|
|
type: ClusterIP
|
|
ports:
|
|
- name: status-port
|
|
port: 15020
|
|
- name: http2
|
|
port: 80
|
|
- name: https
|
|
port: 443
|
|
secretVolumes:
|
|
- name: cluster-local-gateway-certs
|
|
secretName: istio-cluster-local-gateway-certs
|
|
mountPath: /etc/istio/cluster-local-gateway-certs
|
|
- name: cluster-local-gateway-ca-certs
|
|
secretName: istio-cluster-local-gateway-ca-certs
|
|
mountPath: /etc/istio/cluster-local-gateway-ca-certs
|
|
|
|
prometheus:
|
|
enabled: false
|
|
|
|
mixer:
|
|
enabled: false
|
|
policy:
|
|
enabled: false
|
|
telemetry:
|
|
enabled: false
|
|
adapters:
|
|
prometheus:
|
|
enabled: false
|
|
|
|
pilot:
|
|
traceSampling: 100
|
|
sidecar: false
|
|
autoscaleMin: 3
|
|
autoscaleMax: 10
|
|
cpu:
|
|
targetAverageUtilization: 60
|
|
resources:
|
|
requests:
|
|
cpu: 1000m
|
|
memory: 1024Mi
|
|
|
|
galley:
|
|
enabled: true
|
|
|
|
security:
|
|
enabled: true
|