diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-12-02 17:52:42 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-12-02 17:52:42 +0000 | 
| commit | 674f40d027ece13daa78ef2a7d69c79f4198368a (patch) | |
| tree | 2bcc0e41e5064b62d18bb376a5ecf0d760b6f13d /kubernetes/postgres | |
| parent | update (diff) | |
| download | scripts-674f40d027ece13daa78ef2a7d69c79f4198368a.tar.gz scripts-674f40d027ece13daa78ef2a7d69c79f4198368a.zip  | |
update
Diffstat (limited to '')
| -rw-r--r-- | kubernetes/postgres/postgres-deployment.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/postgres/postgres-deployment.yaml b/kubernetes/postgres/postgres-deployment.yaml index 2711117..41d4942 100644 --- a/kubernetes/postgres/postgres-deployment.yaml +++ b/kubernetes/postgres/postgres-deployment.yaml @@ -52,7 +52,7 @@ spec:                  optional: false          volumeMounts:            - name: postgres-data -            mountPath: /var/lib/postgres/data +            mountPath: /var/lib/postgresql/data        volumes:          - name: postgres-data            persistentVolumeClaim:  | 
