dubyatp.xyz add replicas and resource limits
This commit is contained in:
@@ -3,6 +3,7 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: dubyatp-xyz
|
name: dubyatp-xyz
|
||||||
spec:
|
spec:
|
||||||
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: dubyatp-xyz
|
app: dubyatp-xyz
|
||||||
@@ -16,5 +17,8 @@ spec:
|
|||||||
image: git.dubyatp.xyz/williamp/dubyatp-xyz:a3b9034
|
image: git.dubyatp.xyz/williamp/dubyatp-xyz:a3b9034
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "1Gi"
|
||||||
|
cpu: "500m"
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
|
|||||||
Reference in New Issue
Block a user