This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: flask-htmx-dev
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
revisionHistoryLimit: 5
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: flask-htmx-dev
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: flask-htmx-dev
|
||||
spec:
|
||||
containers:
|
||||
- name: flask-htmx-dev
|
||||
image: harbor.guaranteedstruggle.host/library/flask-htmx-board1:dev
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
|
||||
#### таймауты и прочее взяты с потолка
|
||||
#livenessProbe:
|
||||
# httpGet:
|
||||
# path: /liveness
|
||||
# port: 5000
|
||||
# initialDelaySeconds: 2
|
||||
# timeoutSeconds: 2
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 2
|
||||
#readinessProbe:
|
||||
# httpGet:
|
||||
# path: /readiness
|
||||
# port: 5000
|
||||
# initialDelaySeconds: 3
|
||||
# timeoutSeconds: 3
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: flask-htmx-master
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
revisionHistoryLimit: 5
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: flask-htmx-master
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: flask-htmx-master
|
||||
spec:
|
||||
containers:
|
||||
- name: flask-htmx-master
|
||||
image: harbor.guaranteedstruggle.host/library/flask-htmx-board1:master-of-slaves
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
|
||||
#### таймауты и прочее взяты с потолка
|
||||
#livenessProbe:
|
||||
# httpGet:
|
||||
# path: /liveness
|
||||
# port: 5000
|
||||
# initialDelaySeconds: 2
|
||||
# timeoutSeconds: 2
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 2
|
||||
#readinessProbe:
|
||||
# httpGet:
|
||||
# path: /readiness
|
||||
# port: 5000
|
||||
# initialDelaySeconds: 3
|
||||
# timeoutSeconds: 3
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: flask-htmx-our-style
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
revisionHistoryLimit: 5
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: flask-htmx-our-style
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: flask-htmx-our-style
|
||||
spec:
|
||||
containers:
|
||||
- name: flask-htmx-our-style
|
||||
image: harbor.guaranteedstruggle.host/library/flask-htmx-board1:our-style
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
|
||||
#### таймауты и прочее взяты с потолка
|
||||
#livenessProbe:
|
||||
# httpGet:
|
||||
# path: /liveness
|
||||
# port: 5000
|
||||
# initialDelaySeconds: 2
|
||||
# timeoutSeconds: 2
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 2
|
||||
#readinessProbe:
|
||||
# httpGet:
|
||||
# path: /readiness
|
||||
# port: 5000
|
||||
# initialDelaySeconds: 3
|
||||
# timeoutSeconds: 3
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
Reference in New Issue
Block a user