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
- Host: GitHub
- URL: https://github.com/watchdg/helm-postgres
- Owner: WatchDG
- License: mit
- Created: 2020-08-13T09:50:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T10:59:38.000Z (over 5 years ago)
- Last Synced: 2025-02-28T20:16:57.481Z (over 1 year ago)
- Topics: helm, postgres
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```