Various fixes including autoscaling

This commit is contained in:
David Burke 2021-02-12 22:23:40 -05:00
parent 883d0c6d20
commit 8fbe8a5d02
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "django.fullname" . }}
name: {{ template "django.fullname" . }}-web
labels:
{{- include "django.labels" . | nindent 4 }}
spec: