This commit is contained in:
20
manifests/01-deployments/flask-htmx-dev.yaml
Normal file
20
manifests/01-deployments/flask-htmx-dev.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: flask-htmx-dev
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ngflask-htmx-dev
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: flask-htmx-dev
|
||||
spec:
|
||||
containers:
|
||||
- name: flask-htmx-dev
|
||||
image: flask-htmx-board1:dev
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
20
manifests/01-deployments/flask-htmx-master.yaml
Normal file
20
manifests/01-deployments/flask-htmx-master.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
Reference in New Issue
Block a user