povećanje cpua i memorije
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
|||||||
name: helloo-cicdd
|
name: helloo-cicdd
|
||||||
namespace: student-marijanela218
|
namespace: student-marijanela218
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: helloo-cicdd
|
app: helloo-cicdd
|
||||||
@@ -46,5 +46,5 @@ spec:
|
|||||||
- name: APP_VERSION
|
- name: APP_VERSION
|
||||||
value: "latest"
|
value: "latest"
|
||||||
resources:
|
resources:
|
||||||
requests: {cpu: 50m, memory: 64Mi}
|
requests: {cpu: 100m, memory: 128Mi}
|
||||||
limits: {cpu: 200m, memory: 128Mi}
|
limits: {cpu: 500m, memory: 256Mi}
|
||||||
|
|||||||
Reference in New Issue
Block a user