Commit b133045a authored by Ndoumbe's avatar Ndoumbe

Update odoo-demo-values.yaml

parent bd510087
replicaCount: 1
containerPort: 80:8069
image:
repository: ndiop/repo1
tag: "odoo-15.0"
pullPolicy: Always
imagePullSecrets:
- name: odoo-demo-secret
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 80
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
env:
- name: environment
value: development
envFrom: {}
nodeSelector: {}
tolerations: []
affinity: {}
hasPersistenceVolume: false
scaledObject:
targetKind: Deployment
targetName: |-
{{ include "baamtu-odoo-rh.fullname" . }}
pollingInterval: 5
minReplicaCount: 0
maxReplicaCount: 1
#autoscaling:
#enabled: false
#minReplicas: 1
#maxReplicas: 100
#targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
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