Commit 50798984 authored by Ndoumbe's avatar Ndoumbe

new build for null - commit hash=c16d527

parent f24b42a6
...@@ -2,24 +2,23 @@ replicaCount: 1 ...@@ -2,24 +2,23 @@ replicaCount: 1
containerPort: 8069 containerPort: 8069
image: image:
repository: ndiop/taimg repository: ndiop/taimg
tag: "ndiop-3b584e95" tag: "c16d527"
pullPolicy: Always pullPolicy: Always
imagePullSecrets: imagePullSecrets:
- name: dockersecret - name: dockersecret
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 80
ingress: ingress:
enabled: false enabled: false
className: "" className: ""
annotations: {} annotations: {}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: 127.0.0.1 - host: 127.0.0.1
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
...@@ -27,18 +26,15 @@ ingress: ...@@ -27,18 +26,15 @@ ingress:
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:
# - chart-example.local # - chart-example.local
resources: {} resources: {}
env: env:
- name: environment - name: environment
value: development value: development
envFrom: envFrom:
- secretRef: - secretRef:
name: postgres-secret name: postgres-secret
envFile: envFile:
- /run/secrets/odoo_variables.env - /run/secrets/odoo_variables.env
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
...@@ -50,18 +46,12 @@ scaledObject: ...@@ -50,18 +46,12 @@ scaledObject:
pollingInterval: 5 pollingInterval: 5
minReplicaCount: 0 minReplicaCount: 0
maxReplicaCount: 1 maxReplicaCount: 1
#autoscaling: #autoscaling:
#enabled: false #enabled: false
#minReplicas: 1 #minReplicas: 1
#maxReplicas: 100 #maxReplicas: 100
#targetCPUUtilizationPercentage: 80 #targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} 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