Actualiser helm-chart/values.yaml

This commit is contained in:
Johanne TROTIN 2025-03-30 17:56:50 +02:00
parent 91455a2dcb
commit d66306b916

View File

@ -5,10 +5,10 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: code.groupe-genes.fr/labeds/cours_nunez repository: code.groupe-genes.fr/jtrotin-ensae/e4c-expe2
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: 1.3 tag: 1.0
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
@ -47,7 +47,7 @@ ingress:
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: cours-nunez.lab.groupe-genes.fr - host: e4c-expe2.jtrotin-ensae.groupe-genes.fr
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific