change repor url
This commit is contained in:
30
kube-manifests/Prod/Websocket/3 - deployment.yaml
Normal file
30
kube-manifests/Prod/Websocket/3 - deployment.yaml
Normal 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
|
||||
Reference in New Issue
Block a user