k8s/manifests/01-deployments/flask-htmx-dev.yaml

21 lines
373 B
YAML
Raw Normal View History

2023-07-01 23:58:54 +10:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: flask-htmx-dev
namespace: vdk2ch
spec:
replicas: 0
selector:
matchLabels:
2023-07-01 23:59:29 +10:00
app: flask-htmx-dev
2023-07-01 23:58:54 +10:00
template:
metadata:
labels:
app: flask-htmx-dev
spec:
containers:
- name: flask-htmx-dev
image: flask-htmx-board1:dev
ports:
- containerPort: 5000