Actualiser helm-charts-datalab/helm-charts-test/charts/activetigger/values.yaml

modification ingress
This commit is contained in:
Alexis GUYOT 2024-02-29 11:49:48 +01:00
parent 9c5c71336d
commit b0b7a84bef

View File

@ -1,107 +1,125 @@
# Default values for test1. # Default values for test1.
# This is a YAML-formatted file. # This is a YAML-formatted file.
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
image: image:
repository: https://code.groupe-genes.fr/dsit/datalab/src/branch/main/docker-images-datalab/activetigger repository: https://code.groupe-genes.fr/dsit/datalab/src/branch/main/docker-images-datalab/activetigger
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "latest" tag: "latest"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created
create: true create: true
# Automatically mount a ServiceAccount's API credentials? # Automatically mount a ServiceAccount's API credentials?
automount: true automount: true
# Annotations to add to the service account # Annotations to add to the service account
annotations: {} annotations: {}
# The name of the service account to use. # The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
podAnnotations: {} podAnnotations: {}
podLabels: {} podLabels: {}
podSecurityContext: {} podSecurityContext: {}
# fsGroup: 2000 # fsGroup: 2000
securityContext: {} securityContext: {}
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 # runAsUser: 1000
service: service:
type: ClusterIP type: ClusterIP
port: 8000 port: 8000
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: chart-example.local # - host: chart-example.local
paths: # paths:
- path: / # - path: /
pathType: ImplementationSpecific # pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls enabled: true
# hosts: className: ""
# - chart-example.local annotations: {}
# kubernetes.io/ingress.class: nginx
resources: {} # kubernetes.io/tls-acme: "true"
# We usually recommend not to specify default resources and to leave this as a conscious hosts:
# choice for the user. This also increases chances charts run on environments with little - host: activetigger.lab.groupe-genes.fr
# resources, such as Minikube. If you do want to specify resources, uncomment the following paths:
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. - path: /
# limits: pathType: ImplementationSpecific
# cpu: 100m - host: activetigger2.lab.groupe-genes.fr
# memory: 128Mi paths:
# requests: - path: /
# cpu: 100m pathType: ImplementationSpecific
# memory: 128Mi
tls: []
livenessProbe: # - secretName: chart-example-tls
httpGet: # hosts:
path: / # - chart-example.local
port: http
readinessProbe:
httpGet:
path: / resources: {}
port: http # We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
autoscaling: # resources, such as Minikube. If you do want to specify resources, uncomment the following
enabled: false # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
minReplicas: 1 # limits:
maxReplicas: 100 # cpu: 100m
targetCPUUtilizationPercentage: 80 # memory: 128Mi
# targetMemoryUtilizationPercentage: 80 # requests:
# cpu: 100m
# Additional volumes on the output Deployment definition. # memory: 128Mi
volumes: []
# - name: foo livenessProbe:
# secret: httpGet:
# secretName: mysecret path: /
# optional: false port: http
readinessProbe:
# Additional volumeMounts on the output Deployment definition. httpGet:
volumeMounts: [] path: /
# - name: foo port: http
# mountPath: "/etc/foo"
# readOnly: true autoscaling:
enabled: false
nodeSelector: {} minReplicas: 1
maxReplicas: 100
tolerations: [] targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
affinity: {}
# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# Additional volumeMounts on the output Deployment definition.
volumeMounts: []
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector: {}
tolerations: []
affinity: {}