TF
Size: a a a
TF
🅐
TF
EG
curl -XPOST -s 'http://localhost:15000/logging?router=debug'outbound вызовов не вижу
YB
🅐
🅐
4
4
🅐
🅐
server:
enabled: true
podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts: "" # do not intercept any inbound ports
traffic.sidecar.istio.io/includeOutboundIPRanges: "" # do not intercept any outbound traffic
proxy.istio.io/config: | # configure an env variable `OUTPUT_CERTS` to write certificates to the given folder
proxyMetadata:
OUTPUT_CERTS: /etc/istio-output-certs
sidecar.istio.io/userVolumeMount: '[{"name": "istio-ca-secret", "mountPath": "/etc/istio-output-certs"}]' # mount the shared volume at sidecar proxy
extraVolumeMounts:
- name: istio-ca-secret
mountPath: /etc/prom-certs/
extraVolumes:
- name: istio-ca-secret
emptyDir:
medium: Memory
🅐
4
4
🅐
4
🅐
4
🅐
4