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:
|
env:
|
||||||
- name: POSTGRES_DB
|
- name: POSTGRES_DB
|
||||||
value: "thingsboard"
|
value: "thingsboard"
|
||||||
|
- name: PGDATA
|
||||||
|
value: /var/lib/postgresql/data/pgdata
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
name: postgres-data
|
name: postgres-data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user