11 lines
288 B
YAML
11 lines
288 B
YAML
|
|
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"
|