Added DB_EXTENSION pg_trgm

This commit is contained in:
Xueshan Feng 2016-04-06 13:39:04 -07:00
parent 42503c448b
commit 404fa30026

View File

@ -15,6 +15,8 @@ spec:
value: passw0rd
- name: DB_NAME
value: gitlab_production
- name: DB_EXTENSION
value: pg_trgm
ports:
- containerPort: 5432
protocol: TCP