Skip to content

Commit

Permalink
add cp overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
shamusx committed Sep 26, 2024
1 parent 95399d7 commit a035e57
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions samples/tsb_cp_extensionprovider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
xcp:
centralAuthMode: JWT
centralProvidedCaCert: true
configProtection: {}
isolationBoundaries:
- name: global
revisions:
- istio:
tsbVersion: 1.10.2
kubeSpec:
overlays:
- apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
name: xcp-iop-default
patches:
- path: spec.meshConfig.extensionProviders
value:
- envoyFileAccessLog:
logFormat:
text: "[%START_TIME%] %HOSTNAME% \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%
%PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% %REQ(USER-AGENT)% %DOWNSTREAM_REMOTE_ADDRESS%
%CLUSTER_METADATA(istio:services)% %UPSTREAM_HOST% \n"
name: envoy-log-format
- envoyHttpAls:
port: 11800
service: oap.istio-system.svc.cluster.local
name: tsb-http-als
- envoyTcpAls:
port: 11800
service: oap.istio-system.svc.cluster.local
name: tsb-tcp-als
name: default

0 comments on commit a035e57

Please sign in to comment.