feat(hpa): increase minimum replicas for postgres-tunnel deployment to improve availability
This commit is contained in:
@@ -8,7 +8,7 @@ spec:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: postgres-tunnel
|
||||
minReplicas: 1
|
||||
minReplicas: 2
|
||||
maxReplicas: 5
|
||||
metrics:
|
||||
- type: Resource
|
||||
|
||||
Reference in New Issue
Block a user