Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation

Skip to content
Extraits de code Groupes Projets

first version of pg_featureserv stack

Fermé Benoit De Mezzo a demandé de fusionner feat/pgfs_stack vers main
Comparer et Afficher la dernière version
2 fichiers
+ 8
6
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
2
+ 3
1
@@ -18,12 +18,14 @@ deploy:helm:
- helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
- >
helm upgrade --install ${DEPLOY_NAME}-ingress-nginx ingress-nginx/ingress-nginx
--kube-context=oslandia/cluster-agent:deploy
-f nginx-values.yaml
--namespace=oslandia --wait
# oslandia
- helm dependency build
- >
helm upgrade --install ${DEPLOY_NAME} . --kube-context=oslandia/cluster-agent:deploy
helm upgrade --install ${DEPLOY_NAME} .
--kube-context=oslandia/cluster-agent:deploy
-f values.yaml -f secret-values.yaml
--namespace=oslandia
--set pgfeatureserv.ingress.hosts[0].host=$CI_ENVIRONMENT_SLUG-oslandia.dev.gpf-tech.ign.fr
Chargement en cours