cloudsql-proxy
basisai/cloudsql-proxy/helm
CloudSQL Proxy Providers | Name | Version | |------|---------| | helm | >= 1.0 | | template | n/a | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:-----:| | affinity | Affinity for the pod | map | {} | no | | chart\_name | Helm chart name to provision | string | "cloudsql-proxy" | no | | chart\_namespace | Namespace to install the chart into | string | "default" | no | | chart\_repository | Helm repository for the chart | string | "amoy" | no | | chart\_repository\_url | URL for the chart repository | string | "https://charts.amoy.ai" | no | | chart\_version | Version of Chart to install. Set to empty to install the latest version | string | "" | no | | command | Command for the proxy | list | [ "/cloud_sql_proxy", "-instances=\u003cINSTAN
| Name | Type | Description | Default |
|---|---|---|---|
| image | string | Docker image | "gcr.io/cloudsql-docker/gce-proxy" |
| command | list | Command for the proxy | [
"/cloud_sql_proxy",
"-instances=\u |
| service_type | string | Type of Kubernetes service | "ClusterIP" |
| chart_name | string | Helm chart name to provision | "cloudsql-proxy" |
| service_account_name | string | Service account name | "" |
| service_port | string | Port on the Kubernetes Service | 5432 |
| volumes | list | Volumes for the pod | [] |
| volume_mounts | list | Volume mounts for the proxy container | [] |
| pod_security_context | map | Security context for the pod | {
"fsGroup": 2000
} |
| security_context | map | Security context for the container | {
"runAsNonRoot": true,
"runAsUser": |
| enable | string | Enable Helm Chart | true |
| release_name | string | Helm release name | "cloudsql-proxy" |
| chart_version | string | Version of Chart to install. Set to empty to install the latest version | "" |
| replicas | string | Number of replicas | 1 |
| service_account_annotations | map | Annotations for Service account | {} |
| max_history | string | Max History for Helm | 20 |
| node_selector | map | Node selector for the pod | {} |
| tolerations | list | List of tolerations for the pod | [] |
| affinity | map | Affinity for the pod | {} |
| env | list | Environment variables for the proxy container | [] |
service — Name of the Kubernetes service