Skip to content

Commit a03666d

Browse files
author
Aaron Schlesinger
committed
doc(README.md): modify the readme to reflect beta status
1 parent 44f6cfe commit a03666d

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Postgres
1+
# Deis Postgres v2
22

3-
A PostgreSQL database for use in the [Deis](http://deis.io) open source PaaS.
3+
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide a lightweight, easy and secure way to deploy your code to production.
44

5-
This Docker image is based on the official
6-
[postgres](https://registry.hub.docker.com/_/postgres/) image.
5+
For more information about the Deis workflow, please visit the main project page at https://github.com/deis/workflow.
6+
7+
## Beta Status
8+
9+
This Deis component is currently in beta status, and we welcome your input! If you have feedback, please submit an [issue][issues]. If you'd like to participate in development, please read the "Development" section below and submit a [pull request][prs].
10+
11+
# About
12+
13+
This component is a PostgreSQL database for use in the Deis open source PaaS. It builds on the official [postgres](https://registry.hub.docker.com/_/postgres/) Docker image image.
714

815
Master/slave replication and leader election code is largely inspired by [`compose/governor`](https://github.com/compose/governor).
916

@@ -66,3 +73,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
6673
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6774
See the License for the specific language governing permissions and
6875
limitations under the License.
76+
77+
[prs]: https://github.com/deis/postgres/pulls
78+
[issues]: https://github.com/deis/postgres/issues

0 commit comments

Comments
 (0)