An open API service indexing awesome lists of open source software.

https://github.com/watchdg/helm-postgres

helm postgres
https://github.com/watchdg/helm-postgres

helm postgres

Last synced: 10 months ago
JSON representation

helm postgres

Awesome Lists containing this project

README

          

# helm-postgres

helm for PostgreSQL

## install
```shell script
helm install postgres helm-postgres --atomic --wait --set storage=100Gi
```

## render
```shell script
helm template helm-postgres > postgres.yml
```

## port-forward
```shell script
kubectl port-forward --namespace postgres svc/postgres 5432
```