aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo/helloworld-flask/helloworld-flask/flask-app.yaml
blob: 85c0362ead7a8b283da0593a2806e77bddf8dde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: v1
kind: Pod
metadata:
   name: @NAME@
spec:
   containers:
   - name: @CONTAINERNAME@
     image: @CONTAINERIMAGE@
     ports:
     - containerPort: @CONTAINERPORT@