postgresql

bayudwiyansatria/postgresql/helm

Terraform Module HCL HELM

PostgreSQL High Availability provisioner using terraform. Provisioning A High Availability PostgreSQL using Helm Charts.

Install
module "postgresql" {
source = "bayudwiyansatria/postgresql/helm"
version = "1.0.0"
}
plain text: /constructs/tfmod-bayudwiyansatria-postgresql-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Helm PostgreSQL !Platforms ![License](LICENSE.md) ![Code Of Conduct](CODE_OF_CONDUCT.md) ![Support](SUPPORT.md) ![Contributing](CONTRIBUTING.md) ![Contributor Covenant](CODE_OF_CONDUCT.md) ![Code Quality](https://github.com/bayudwiyansatria/terraform-helm-postgresql/actions/workflows/code-quality.yml) PostgreSQL High Availability provisioner using terraform. Provisioning A High Availability PostgreSQL using Helm Charts. Charts using postgresql-ha under Bitnami Charts. Requirements | Name | Version | | ---- | ------- | | Terraform | > = 1.0.11 | - Helm Installed - Kubernetes Cluster Note: - See also kubernetes installation using terraform. Getting Started There are instructions under demo directory will get you a copy of the project up and running on your local machine for develop

Inputs (9)
NameTypeDescriptionDefault
postgresql_passwordstringPostgreSQL Password required
kubernetes_storage_allocation_sizestringPostgreSQL Storage Allocation Size"8Gi"
postgresql_versionstringPostgreSQL version"11.14.0"
postgresql_router_countnumberTotal PostgreSQL Pool1
postgresql_usernamestringUsername"postgres"
kubernetes_namespacestringKubernetes Namespace"postgresql"
helm_release_namestringHelm Release Name"postgresql"
kubernetes_storage_classstringKubernetes Storage Class""
postgresql_server_countnumberTotal PostgreSQL Server1
Outputs (3)
postgresql_version
username
password
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud HELM
★ Stars0
Forks0
Total downloads621
Inputs9
Outputs3
Resources1
LicenseMIT
Namespacebayudwiyansatria
Updated