mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
Improve demo experience (#28)
* Imrpove demo experience - generate envoy.yaml using jinja2 template * add todo * add config file
This commit is contained in:
parent
51d6213cdd
commit
6f6454069f
7 changed files with 124 additions and 36 deletions
9
config_generator/Dockerfile
Normal file
9
config_generator/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM python:3-slim as config-generator
|
||||
WORKDIR /usr/src/app
|
||||
RUN pip install jinja2
|
||||
COPY config_generator/config_generator.py .
|
||||
COPY envoyfilter/envoy.template.yaml .
|
||||
COPY envoyfilter/katanemo-config.yaml .
|
||||
# RUN python config_generator.py > envoy.yaml
|
||||
|
||||
CMD ["python", "config_generator.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue