Merge pull request #1579 from foobarto/master

Fix postgres deployment on GKE
This commit is contained in:
Igor Kulikov 2019-03-28 10:08:46 +02:00 committed by GitHub
commit 115b008783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,8 @@ spec:
env:
- name: POSTGRES_DB
value: "thingsboard"
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-data