You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
afornerot 1d0e313dbc admin 4 months ago
bin Add webapp packages 5 months ago
config ldap avatar 4 months ago
migrations Add webapp packages 5 months ago
misc ldap avatar 4 months ago
public app ldap connect 4 months ago
src admin 4 months ago
templates ldap avatar 4 months ago
tests Add webapp packages 5 months ago
translations Add webapp packages 5 months ago
.env ldap avatar 4 months ago
.env.test Add webapp packages 5 months ago
.gitignore first commit 4 months ago
Makefile app ldap connect 4 months ago
README.md app ldap connect 4 months ago
composer.json app ldap connect 4 months ago
composer.lock app ldap connect 4 months ago
docker-compose.yml app ldap connect 4 months ago
phpunit.xml.dist Add webapp packages 5 months ago
skaffold.yaml first commit 4 months ago
symfony.lock app ldap connect 4 months ago

README.md

DOCKER-COMPOSE

Build

make dockercomposebuild 

Up

make dockercomposeup

Init

make dockercomposeinit

Down

make dockercomposedown

Sh

make dockercomposesh

KUBERNETES

Suppression Cluster

make deletecluster

Création Cluster

make createcluster

Rattachement du cluster aux secrets

make atachcluster

Deployer le cluster
Attention en fin de job l'ip du cluster est indiqué
Il est nécessaire d'ajuster le reseau dans ipaddresspoool.yaml si besoin

make applycluster

Déployer le stockage
Attention attendre une dizaine de seconde après le déploiement du cluster

make applylbcluster

Lancer le déployement en mode watch

make watchcluster:

Ouvrir un terminal sur la premiere instance de l'apps

make sh:

Suppression de l'ensemble du namespace

make deletenamespace

Lister les pods

make getpods

Lister les services

make getservices