1
0
Fork 0

build(helm): clean up HPA

This commit is contained in:
Vojtěch Mareš 2022-08-20 20:59:17 +02:00
parent 8f0ed25df7
commit 7130813442
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -5,9 +5,7 @@ metadata:
labels:
{{- include "static-site.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "static-site.selectorLabels" . | nindent 6 }}