deploy websocket

This commit is contained in:
Beto Sánchez
2025-10-30 15:36:22 -05:00
parent 93d2c8738c
commit 65b2eadcee
5 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: websocket-gitlab-img name: websocket-gitea-img
namespace: dev-websocket-ns namespace: dev-websocket-ns
type: kubernetes.io/dockerconfigjson type: kubernetes.io/dockerconfigjson
data: data:

View File

@@ -21,10 +21,10 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests:
memory: "100Mi" memory: "500Mi"
cpu: "100m" cpu: "250m"
limits: limits:
memory: "150Gi" memory: "500Mi"
cpu: "150m" cpu: "250m"
imagePullSecrets: imagePullSecrets:
- name: websocket-gitlab-img - name: websocket-gitea-img

View File

@@ -21,10 +21,10 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests:
memory: "1Gi" memory: "2Gi"
cpu: "500m" cpu: "500m"
limits: limits:
memory: "1Gi" memory: "2Gi"
cpu: "500m" cpu: "500m"
ports: ports:
- name: http - name: http

View File

@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: websocket-gitlab-img name: websocket-gitea-img
namespace: prod-websocket-ns namespace: prod-websocket-ns
type: kubernetes.io/dockerconfigjson type: kubernetes.io/dockerconfigjson
data: data:

View File

@@ -21,10 +21,10 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests:
memory: "100Mi" memory: "1Gi"
cpu: "100m" cpu: "250m"
limits: limits:
memory: "150Gi" memory: "1Gi"
cpu: "150m" cpu: "250m"
imagePullSecrets: imagePullSecrets:
- name: websocket-gitlab-img - name: websocket-gitea-img