diff --git a/.gitlab/development-values.yaml b/.gitlab/development-values.yaml index ae6a7418a5594fea1fe4b615c06ab440c16869b4..66028e145be4f518daef5729b1e732a3bf2ce1af 100644 --- a/.gitlab/development-values.yaml +++ b/.gitlab/development-values.yaml @@ -7,7 +7,7 @@ hpa: podDisruptionBudget: enabled: true minAvailable: 1 - maxUnavailable: 1 + maxUnavailable: ingress: annotations: certmanager.k8s.io/cluster-issuer: letsencrypt-prod diff --git a/.gitlab/production-values.yaml b/.gitlab/production-values.yaml index 41a68e38515e5efc681b6120b85f8781dcc9a959..6b5322b8d1601ede319e38c382217f8addc6d67e 100644 --- a/.gitlab/production-values.yaml +++ b/.gitlab/production-values.yaml @@ -6,8 +6,8 @@ hpa: maxReplicas: 25 podDisruptionBudget: enabled: true - minAvailable: 3 - maxUnavailable: 3 + minAvailable: 5 + maxUnavailable: ingress: annotations: certmanager.k8s.io/cluster-issuer: letsencrypt-prod