More postgres fixes
This commit is contained in:
parent
421fde816a
commit
95f1d26d94
4 changed files with 19 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
{{- if or (and .Values.web.autoscaling.enabled (gt (.Values.web.autoscaling.minReplicas | int) 1)) (gt (.Values.web.replicaCount | int) 1) }}
|
||||
{{- if .Values.web.budget -}}
|
||||
{{- if .Values.web.budget.minAvailable -}}
|
||||
apiVersion: policy/v1beta1
|
||||
apiVersion: policy/v1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ include "django.fullname" . }}-web
|
||||
|
|
Reference in a new issue