diff --git a/production/helm/loki/templates/ingester/hpa.yaml b/production/helm/loki/templates/ingester/hpa.yaml index 2e6a2d193964..6e1ee94263e7 100644 --- a/production/helm/loki/templates/ingester/hpa.yaml +++ b/production/helm/loki/templates/ingester/hpa.yaml @@ -11,7 +11,7 @@ metadata: spec: scaleTargetRef: apiVersion: apps/v1 - kind: Statefulset + kind: StatefulSet name: {{ include "loki.ingesterFullname" . }} minReplicas: {{ .Values.ingester.autoscaling.minReplicas }} maxReplicas: {{ .Values.ingester.autoscaling.maxReplicas }} diff --git a/production/helm/loki/templates/ingester/statefulset-ingester.yaml b/production/helm/loki/templates/ingester/statefulset-ingester.yaml index d20a02e68f7c..fdea48dc3e9e 100644 --- a/production/helm/loki/templates/ingester/statefulset-ingester.yaml +++ b/production/helm/loki/templates/ingester/statefulset-ingester.yaml @@ -87,7 +87,6 @@ spec: {{- end }} args: - -config.file=/etc/loki/config/config.yaml - - -ingester.ring.instance-availability-zone=zone-default - -target=ingester {{- with .Values.ingester.extraArgs }} {{- toYaml . | nindent 12 }}