Commit 115b0087835541ce4a9ece09b7d43d8ad4080691

Authored by Igor Kulikov
Committed by GitHub
2 parents bb68e575 0d29b130

Merge pull request #1579 from foobarto/master

Fix postgres deployment on GKE
Showing 1 changed file with 2 additions and 0 deletions
... ... @@ -55,6 +55,8 @@ spec:
55 55 env:
56 56 - name: POSTGRES_DB
57 57 value: "thingsboard"
  58 + - name: PGDATA
  59 + value: /var/lib/postgresql/data/pgdata
58 60 volumeMounts:
59 61 - mountPath: /var/lib/postgresql/data
60 62 name: postgres-data
... ...