Commit 8ae29deb authored by Ndoumbe's avatar Ndoumbe

Update odoo-demo-values.yaml

parent 77ab6d28
...@@ -19,7 +19,7 @@ ingress: ...@@ -19,7 +19,7 @@ ingress:
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: https://127.0.0.1:40245 - host: https://127.0.0.1:8085
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
...@@ -44,15 +44,6 @@ scaledObject: ...@@ -44,15 +44,6 @@ scaledObject:
pollingInterval: 5 pollingInterval: 5
minReplicaCount: 0 minReplicaCount: 0
maxReplicaCount: 1 maxReplicaCount: 1
db:
restart: always
image: postgres:10.4
name: mydb
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
#autoscaling: #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