point MaaS to postgresql instance within cluster (#199)

* Initial postgresql chart

* maas/postgres wip

* updated readme for postgresql

* Edit service dependency
This commit is contained in:
Larry Rensing
2017-02-23 19:01:48 -06:00
committed by Alan Meadows
parent 5f0ffce99b
commit 9bc0183ba0
10 changed files with 50 additions and 87 deletions

View File

@@ -31,6 +31,7 @@
# infrastructure services
{{- define "helm-toolkit.rabbitmq_host"}}memcached.{{.Release.Namespace}}.svc.{{ include "helm-toolkit.region" . }}.{{ include "helm-toolkit.tld" . }}{{- end}}
{{- define "helm-toolkit.mariadb_host"}}mariadb.{{.Release.Namespace}}.svc.{{ include "helm-toolkit.region" . }}.{{ include "helm-toolkit.tld" . }}{{- end}}
{{- define "helm-toolkit.postgresql_host"}}postgresql.{{.Release.Namespace}}.svc.{{ include "helm-toolkit.region" . }}.{{ include "helm-toolkit.tld" . }}{{- end}}
# nova defaults
{{- define "helm-toolkit.nova_metadata_host"}}nova-api.{{ include "helm-toolkit.fqdn" . }}{{- end}}