k8s/manifests/01-deployments/flask-htmx-dev.yaml
Simple_Not f9ec59a3dd
All checks were successful
continuous-integration/drone/push Build is passing
board?
2023-07-02 00:27:17 +10:00

22 lines
405 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: flask-htmx-dev
namespace: vdk2ch
spec:
replicas: 0
selector:
matchLabels:
app: flask-htmx-dev
template:
metadata:
labels:
app: flask-htmx-dev
spec:
containers:
- name: flask-htmx-dev
image: flask-htmx-board1:dev
imagePullPolicy: Always
ports:
- containerPort: 5000