change repor url

This commit is contained in:
Beto Sánchez
2025-10-24 10:59:54 -05:00
parent aa466bedaf
commit 269a75ff9f
16 changed files with 194 additions and 5 deletions

View File

@@ -0,0 +1,30 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: prod-websocket-dp
namespace: prod-websocket-ns
spec:
replicas: 1
selector:
matchLabels:
app: prod-websocket-ap
strategy:
type: RollingUpdate
template:
metadata:
labels:
app: prod-websocket-ap
spec:
containers:
- name: prod-websocket-pd
image: gitea.articulacion.com.co/panel/websocket:latest
imagePullPolicy: Always
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "150Gi"
cpu: "150m"
imagePullSecrets:
- name: websocket-gitlab-img