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