Commit 6f19a589 authored by Ndoumbe's avatar Ndoumbe

Add new file

parent 2636d0b0
replicaCount: 1
containerPort: 80
image:
repository: ndiop/odooimg
tag: "dev-80dfd891"
pullPolicy: Always
imagePullSecrets:
- name: dockersecret
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 80
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: 127.0.0.1
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
env:
- name: environment
value: development
envFrom:
- secretRef:
name: postgres-secret
envFile:
- /run/secrets/odoo_variables.env
nodeSelector: {}
tolerations: []
affinity: {}
hasPersistenceVolume: false
scaledObject:
targetKind: Deployment
targetName: |-
{{ include "odoo-demo.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