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