mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 10:56:35 +02:00
Add ability to define clusters in config (#61)
This commit is contained in:
parent
215d276acf
commit
a91fbdbf1c
7 changed files with 59 additions and 32 deletions
|
|
@ -1,9 +1,9 @@
|
|||
FROM python:3-slim as config-generator
|
||||
WORKDIR /usr/src/app
|
||||
RUN pip install jinja2
|
||||
COPY config_generator/requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
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