Front - Back yaml

This commit is contained in:
Beto Sánchez
2025-04-24 18:44:49 -05:00
parent c8fbbd201c
commit e791690047
17 changed files with 139 additions and 24 deletions

View File

@@ -0,0 +1,34 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: dev-panel-bk-dp
namespace: dev-panel-bk-ns
spec:
replicas: 1
selector:
matchLabels:
app: dev-panel-bk-ap
strategy:
type: RollingUpdate
template:
metadata:
labels:
app: dev-panel-bk-ap
spec:
containers:
- name: dev-panel-bk-pd
image: gitea.articulacion.com.co/panel/back:dev
imagePullPolicy: Always
resources:
requests:
memory: "500Mi"
cpu: "250m"
limits:
memory: "500Mi"
cpu: "250m"
ports:
- name: http
containerPort: 8000
protocol: TCP
imagePullSecrets:
- name: mind-sos-gitea-img