update chart template for ec-config-server
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "mr-config-server.fullname" . }}
|
||||
name: {{ include "ec-config-server.fullname" . }}
|
||||
namespace: {{ include "ec-config-server.namespace" . }}
|
||||
labels:
|
||||
{{- include "mr-config-server.labels" . | nindent 4 }}
|
||||
{{- include "ec-config-server.labels" . | nindent 4 }}
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: {{ include "mr-config-server.fullname" . }}
|
||||
name: {{ include "ec-config-server.fullname" . }}
|
||||
minReplicas: {{ .Values.autoscaling.minReplicas }}
|
||||
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
|
||||
metrics:
|
||||
|
||||
Reference in New Issue
Block a user