Skip to content

Commit fe201d4

Browse files
authored
Merge pull request #9 from ApplauseOSS/chore/update-readme
chore: update README.md
2 parents c419534 + 49201b5 commit fe201d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Helm Chart for PostgreSQL
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![version](https://img.shields.io/github/tag/ApplauseOSS/helm-postgresql.svg?label=release)
4-
![test](https://github.com/ApplauseOSS/helm-postgresql/actions/workflows/basic_test.yml/badge.svg)
4+
![test](https://github.com/ApplauseOSS/helm-postgresql/actions/workflows/pr.yml/badge.svg)
55

66
## Introduction
77

88
This [Helm](https://github.com/kubernetes/helm) chart installs [postgreSQL](https://www.postgresql.org/) in a Kubernetes cluster.
99

10+
This Helm chart installs PostgreSQL in a Kubernetes cluster. It is best suited for simpler, non-critical installations or development environments.
11+
12+
For **high availability (HA)**, production-grade, or more complex PostgreSQL use cases, we recommend exploring a purpose-built Postgres operator instead of this chart. See [this comparison of Kubernetes Postgres operators](https://portworx.com/blog/choosing-a-kubernetes-operator-for-postgresql/) for guidance on selecting one that fits your requirements.
13+
1014
## Prerequisites
1115

1216
- Kubernetes cluster 1.10+

0 commit comments

Comments
 (0)