Skip to content

Commit

Permalink
fix(gcloud-sqlproxy): fix multi instances (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclavel authored Aug 8, 2023
1 parent 7c9d9cf commit e8dbac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
type: application
version: 0.25.0
version: 0.25.1
4 changes: 2 additions & 2 deletions stable/gcloud-sqlproxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
resources:
{{ toYaml .Values.resources | indent 10 }}
args:
- {{- range .Values.cloudsql.instances }}
{{ .project }}:{{ .region }}:{{ .instance }}?port={{ .port }}&address=0.0.0.0
{{- range .Values.cloudsql.instances }}
- {{ .project }}:{{ .region }}:{{ .instance }}?port={{ .port }}&address=0.0.0.0
{{- end }}
- --http-address=0.0.0.0
{{- if or .Values.httpLivenessProbe.enabled .Values.httpReadinessProbe.enabled .Values.httpStartupProbe.enabled }}
Expand Down

0 comments on commit e8dbac0

Please sign in to comment.