This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: loxilb-lb | |
| spec: | |
| selector: | |
| matchLabels: | |
| app: loxilb-app | |
| template: | |
| metadata: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| data: | |
| mesh: |- | |
| accessLogFile: /dev/stdout | |
| accessLogEncoding: JSON | |
| enableTracing: true | |
| defaultConfig: | |
| discoveryAddress: istiod.istio-system.svc:15012 | |
| tracing: {} | |
| extensionProviders: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: install.istio.io/v1alpha1 | |
| kind: IstioOperator | |
| spec: | |
| profile: default | |
| meshConfig: | |
| defaultConfig: | |
| proxyMetadata: | |
| ISTIO_META_CERT_ROTATION_GRACE_PERIOD: "30m" # Renouvelle 30 min avant expiration | |
| accessLogFile: /dev/stdout | |
| components: |