put all of kubernaut's configuration in this repo

This commit is contained in:
2025-06-29 15:20:47 -05:00
parent 1da6a3cf2f
commit ece9c82bc6
7 changed files with 122 additions and 1 deletions

19
kubernaut/base/hpa.yaml Normal file
View File

@ -0,0 +1,19 @@
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: kubernaut
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: kubernaut
minReplicas: 2
maxReplicas: 5
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 50