Renamed db-postgres volume name
This commit is contained in:
@@ -103,7 +103,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
volumeMounts:
|
||||
- name: db-postgres-storage
|
||||
- name: db-postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
# subPath: data
|
||||
- name: db-postgres-metrics
|
||||
@@ -114,6 +114,6 @@ spec:
|
||||
- name: DATA_SOURCE_NAME
|
||||
value: "postgresql://postgres:12345678@db-postgres:5432/egommerce" #?sslmode=disable
|
||||
volumes:
|
||||
- name: db-postgres-storage
|
||||
- name: db-postgres-data
|
||||
persistentVolumeClaim:
|
||||
claimName: db-postgres-pvc
|
||||
Reference in New Issue
Block a user