Commit 77ab6d28 authored by Ndoumbe's avatar Ndoumbe

Update odoo-demo-values.yaml

parent f02f6be8
...@@ -46,14 +46,11 @@ scaledObject: ...@@ -46,14 +46,11 @@ scaledObject:
maxReplicaCount: 1 maxReplicaCount: 1
db: db:
restart: always restart: always
image: postgres:10.4 image: postgres:10.4
healthcheck: name: mydb
test: ["CMD", "pg_isready", "-U", "postgres"] environment:
volumes:
- ./postgres:/var/lib/postgresql/data
environment:
- POSTGRES_HOST_AUTH_METHOD=trust - POSTGRES_HOST_AUTH_METHOD=trust
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment