feat: tp5, pas fini (7.4 commencé)
This commit is contained in:
parent
1fef95a37f
commit
83775e9dc0
18 changed files with 466 additions and 0 deletions
45
tp5/chart/values.yaml
Normal file
45
tp5/chart/values.yaml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# Configuration du namespace
|
||||
namespace: tp5
|
||||
|
||||
# Configuration pour les images
|
||||
images:
|
||||
pullPolicy: Always
|
||||
registry: iut1r-registry.univ-grenoble-alpes.fr/but
|
||||
|
||||
# Configuration de la base de données
|
||||
database:
|
||||
user: missions
|
||||
password: missions
|
||||
name: missions
|
||||
|
||||
# Configuration du déploiement de db
|
||||
db:
|
||||
tag: latest
|
||||
replicas: 1
|
||||
port: 5432
|
||||
|
||||
# Configuration du WebService enseignants
|
||||
enseignants:
|
||||
tag: latest
|
||||
replicas: 1
|
||||
port: 5000
|
||||
|
||||
# Configuration du WebService missions
|
||||
missions:
|
||||
tag: latest
|
||||
replicas: 1
|
||||
port: 5000
|
||||
|
||||
# Configuration du WebService villes
|
||||
villes:
|
||||
tag: latest
|
||||
replicas: 1
|
||||
port: 5000
|
||||
|
||||
# Configuration de l'application web
|
||||
web:
|
||||
tag: latest
|
||||
replicas: 1
|
||||
port: 8080
|
||||
nodePort: 30580
|
||||
serviceType: NodePort
|
||||
Loading…
Add table
Add a link
Reference in a new issue