mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
* Parse katanemo config using serde/yaml package - load yaml file into typed classes - pass katanemo config to plugin using envoy wasm plugin config - add tests in configuration.rs file
15 lines
316 B
YAML
15 lines
316 B
YAML
services:
|
|
envoy:
|
|
image: envoyproxy/envoy:v1.30-latest
|
|
hostname: envoy
|
|
ports:
|
|
- "10000:10000"
|
|
- "19901:9901"
|
|
volumes:
|
|
- ./envoy.yaml:/etc/envoy/envoy.yaml
|
|
- ./target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins
|
|
networks:
|
|
- envoymesh
|
|
|
|
networks:
|
|
envoymesh: {}
|