Commit f02f6be8 authored by Ndoumbe's avatar Ndoumbe

Update odoo-demo-values.yaml

parent 53c85aaf
...@@ -46,6 +46,18 @@ scaledObject: ...@@ -46,6 +46,18 @@ scaledObject:
maxReplicaCount: 1 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: #autoscaling:
#enabled: false #enabled: false
#minReplicas: 1 #minReplicas: 1
......
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