Skip to content

Instantly share code, notes, and snippets.

@tuxalex
tuxalex / loxilb-egress-deployment.yaml
Last active March 18, 2026 14:16
Install multus and loxilb in management cluster
apiVersion: apps/v1
kind: Deployment
metadata:
name: loxilb-lb
spec:
selector:
matchLabels:
app: loxilb-app
template:
metadata:
apiVersion: v1
data:
mesh: |-
accessLogFile: /dev/stdout
accessLogEncoding: JSON
enableTracing: true
defaultConfig:
discoveryAddress: istiod.istio-system.svc:15012
tracing: {}
extensionProviders:
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: