Coder Social home page Coder Social logo

magda-cloud-sql-proxy's Introduction

magda-cloud-sql-proxy

Version: 1.0.1

It's a replacement of Magda internal built-in Cloud SQL Proxy helm chart. Its 100% compitible with Magda's internal built-in cloud-sql-proxy chart.

A user might want to disable Magda's internal built-in cloud-sql-proxy chart and use this one as the dependency instead when he wants to use different version of google cloud sql proxy docker image but ealier versions of Magda that he uses doesn't allow specifying Google Cloud SQL Proxy docker image.

How to use

Declare as a dependency in your chart.yaml:

- name: magda-cloud-sql-proxy
    version: 1.0.1
    repository: https://charts.magda.io

Disable Magda's built-in Cloud SQL Proxy in your config file:

tags:
  all: false
  cloud-sql-proxy: false

Please note: you will still want to leave the global useCloudSql field to true to make all Magda conponents use cloud sql connections. e.g.:

global:
  useCombinedDb: false
  useCloudSql: true

Requirements

Kubernetes: >= 1.14.0-0

Values

Key Type Default Description
autoscaler.enabled bool false
autoscaler.maxReplicas int 3
autoscaler.minReplicas int 1
autoscaler.targetCPUUtilizationPercentage int 80
global object {}
image.name string "cloudsql-docker"
image.pullPolicy string "IfNotPresent"
image.repository string "gcr.io"
image.tag float 1.11
replicas string nil no. of replicas required for the deployment. If not set, k8s will assume 1 but allows HPA (autoscaler) alters it. @default 1
resources.requests.cpu string "50m"
resources.requests.memory string "50Mi"

magda-cloud-sql-proxy's People

Contributors

t83714 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.