Commit f02f6be8 authored by Ndoumbe's avatar Ndoumbe

Update odoo-demo-values.yaml

parent 53c85aaf
......@@ -44,6 +44,18 @@ scaledObject:
pollingInterval: 5
minReplicaCount: 0
maxReplicaCount: 1
db:
restart: always
image: postgres:10.4
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
volumes:
- ./postgres:/var/lib/postgresql/data
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
#autoscaling:
......
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