-
Notifications
You must be signed in to change notification settings - Fork 8
Add Chart and documentation #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -44,8 +59,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) | |||
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) | |||
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) | |||
|
|||
BASEIMAGE_PROD ?= postgres:9.5-alpine | |||
BASEIMAGE_DBG ?= postgres:9.5 | |||
BASEIMAGE_PROD ?= postgres:11.2-alpine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first code should be for 9.x version. Let's talk on Monday. @hossainemruz
|
|
||
- Install Stash in your cluster following the steps [here](https://appscode.com/products/stash/0.8.3/setup/install/). | ||
|
||
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/0.12.0/setup/install/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify that it does not have to be provisioned by KubeDB
name: pg-backup-{{- .Chart.Version }} | ||
labels: | ||
{{- include "postgres-stash.labels" . | nindent 4 }} | ||
spec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we handle resources?
service: | ||
name: my-database-service | ||
port: 5432 | ||
secret: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to define the secret format.
- [x] Fixed Elasticdump - [x] Added chart - [x] added persistence support in chart - [x] Added docs - [x] use `es-restore-6.5` style task name instead of `es-restore-6-5` [wait for changes in stashed/postgres#2 ]
Task: