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