Commit 7bbdd727 authored by Ndoumbe's avatar Ndoumbe

Add new file

parent 53fbc77f
replicaCount: 1
containerPort: 80
image:
repository: ndiop/repo1
tag: "latest"
pullPolicy: Always
imagePullSecrets:
- name: registry-docker
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