Public Information
This commit is contained in:
10
samples/postgres/values.yaml
Normal file
10
samples/postgres/values.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
components:
|
||||
database: false
|
||||
postgres: true
|
||||
|
||||
global:
|
||||
database:
|
||||
url: "jdbc:postgresql://{{ .component.prefix }}postgres:5432/{{ .this.database.name }}"
|
||||
nappl:
|
||||
waitFor:
|
||||
- "-service {{ .component.prefix }}postgres.{{ .Release.Namespace }}.svc.cluster.local:5432 -timeout 600"
|
||||
Reference in New Issue
Block a user