mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 09:16:24 +02:00
rename envoyfilter => arch (#91)
* rename envoyfilter => arch * fix more files * more fixes * more renames
This commit is contained in:
parent
7168b14ed3
commit
ea86f73605
33 changed files with 91 additions and 99 deletions
|
|
@ -3,7 +3,7 @@ WORKDIR /usr/src/app
|
|||
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 .
|
||||
COPY arch/envoy.template.yaml .
|
||||
COPY arch/katanemo-config.yaml .
|
||||
|
||||
CMD ["python", "config_generator.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue