aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml')
-rw-r--r--recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml b/recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml
new file mode 100644
index 00000000..85c0362e
--- /dev/null
+++ b/recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Pod
+metadata:
+ name: @NAME@
+spec:
+ containers:
+ - name: @CONTAINERNAME@
+ image: @CONTAINERIMAGE@
+ ports:
+ - containerPort: @CONTAINERPORT@
+
+