Commit Graph
6 Commits
Author SHA1 Message Date
Aaron Taylor 0978b8bc6c stable/gcloud-sqlproxy: handle longer instance names (#5664)
This commit fixes an issue where the chart woud not install for
instances that had a name longer than the current max length of port
names that k8s allows, which is 15 characters [1]. We allow users of the
chart to override the default configuration for this shortened port name
for cases where the prefix on the instance names may not be unique.

[1] The field is defined as an IANA_SVC_NAME, which is at most 15 chars:
    https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#serviceport-v1-core
2018-05-25 05:00:53 -07:00
AdamDang 7dde50dbee Typo fix in gcloud-sqlproxy/README.md:"on on"->"on" (#5197)
* Add version for gcloud-sqlproxy

version: 0.3.3

* Typo fix in gcloud-sqlproxy/README.md:"on on"->"on"

Typo fix in gcloud-sqlproxy/README.md:"on on"->"on"
2018-04-30 12:08:17 -07:00
AdamDang dd0c3563a9 Typo fix in gcloud-sqlproxy/README.md (#4317)
* increase version for gcloud-sqlproxy

increase version for gcloud-sqlproxy

* Typo fix in gcloud-sqlproxy/README.md

Typo fix in gcloud-sqlproxy/README.md
2018-03-20 23:43:04 -07:00
Jakub Gocławski d8c6f285ca Allow specifying more than one instance. (#3538) 2018-03-09 09:38:10 -08:00
Akihiro Suda e2777a755c [stable/gcloud-sqlproxy] improve README.md (#2345)
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-10-02 15:04:31 -04:00
Rimas Mocevicius 63e001b253 Google Cloud SQL Proxy (#826)
* Google Cloud SQL Proxy

* Updates as requested

* Add NOTES.txt

* Add connection information if all required values are provided

* Disable deployment if no GCP settings were provided

* simplify conditional statements
2017-04-26 07:46:24 -07:00