More postgres fixes

This commit is contained in:
David Burke 2022-04-05 17:26:25 -04:00
parent 421fde816a
commit 95f1d26d94
4 changed files with 19 additions and 10 deletions

View file

@ -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