Merge pull request #1579 from foobarto/master
Fix postgres deployment on GKE
This commit is contained in:
commit
115b008783
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user