Element-web manifests

This commit is contained in:
2025-12-22 10:45:12 +01:00
parent 2553d21306
commit 45b4768910
6 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: matrix-landing-page-autoscaler
labels:
matrix-service: webclient
scaleThing: matrix-webpage
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: matrix-landing-page-deployment
minReplicas: 1
maxReplicas: 4
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 50