This commit is contained in:
@@ -9,11 +9,11 @@ spec:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: mediawiki-app
|
name: mediawiki-app
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
maxReplicas: 5
|
maxReplicas: 3
|
||||||
metrics:
|
metrics:
|
||||||
- type: Resource
|
- type: Resource
|
||||||
resource:
|
resource:
|
||||||
name: cpu
|
name: cpu
|
||||||
target:
|
target:
|
||||||
type: Utilization
|
type: Utilization
|
||||||
averageUtilization: 60
|
averageUtilization: 70
|
||||||
|
|||||||
@@ -25,10 +25,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 0.3Gi
|
memory: 0.3Gi
|
||||||
cpu: 0.2
|
cpu: 0.4
|
||||||
limits:
|
limits:
|
||||||
memory: 0.6Gi
|
memory: 0.6Gi
|
||||||
cpu: 0.4
|
cpu: 0.8
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /index.php/Hauptseite
|
path: /index.php/Hauptseite
|
||||||
|
|||||||
Reference in New Issue
Block a user