From 680025792184de9c8e9b655a6568012236798185 Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev Date: Fri, 6 Oct 2023 22:24:38 +0300 Subject: [PATCH] ***1 --- test01/pipeline.yaml | 7 +++++++ test2.yaml => test01/test2.yaml | 0 2 files changed, 7 insertions(+) rename test2.yaml => test01/test2.yaml (100%) diff --git a/test01/pipeline.yaml b/test01/pipeline.yaml index fa0a6c1..7c47970 100644 --- a/test01/pipeline.yaml +++ b/test01/pipeline.yaml @@ -17,9 +17,16 @@ spec: - containerPort: 8082 name: http protocol: TCP + env: + - name: FLASK_DEBUG + value: 1 + - image: mxfox.ru/palkan/seldon1:latest imagePullPolicy: Always name: model-a + env: + - name: FLASK_DEBUG + value: 1 ports: - containerPort: 8083 name: http diff --git a/test2.yaml b/test01/test2.yaml similarity index 100% rename from test2.yaml rename to test01/test2.yaml