add helm chart with readiness endpoint
This commit is contained in:
8
chart/templates/config.yaml
Normal file
8
chart/templates/config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "webapp.name" . }}-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
data:
|
||||
DATABASE_URL: postgres://pgbouncer_auth:pgbouncer_auth@pgbouncer.tools/postgres?sslmode=disable
|
||||
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable
|
||||
Reference in New Issue
Block a user