We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa840e commit 13dcf5bCopy full SHA for 13dcf5b
stable/gcloud-sqlproxy/Chart.yaml
@@ -19,4 +19,4 @@ name: gcloud-sqlproxy
19
sources:
20
- https://github.com/rimusz/charts
21
type: application
22
-version: 0.25.4
+version: 0.25.5
stable/gcloud-sqlproxy/templates/horizontalpodautoscaler.yaml
@@ -11,7 +11,11 @@ metadata:
11
spec:
12
scaleTargetRef:
13
apiVersion: apps/v1
14
+ {{- if .Values.useStatefulset }}
15
+ kind: Statefulset
16
+ {{- else }}
17
kind: Deployment
18
+ {{- end }}
name: {{ include "gcloud-sqlproxy.fullname" . }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
0 commit comments