From 79f8488588217855e5ed34b78ed021d215593dbb Mon Sep 17 00:00:00 2001 From: Benoit Werquin Date: Fri, 26 Feb 2021 16:32:09 +0100 Subject: [PATCH 1/3] Add queen --- apps/queen/.gitignore | 2 ++ apps/queen/Chart.yaml | 8 ++++++++ apps/queen/values.yaml | 7 +++++++ 3 files changed, 17 insertions(+) create mode 100644 apps/queen/.gitignore create mode 100644 apps/queen/Chart.yaml create mode 100644 apps/queen/values.yaml diff --git a/apps/queen/.gitignore b/apps/queen/.gitignore new file mode 100644 index 0000000..175d097 --- /dev/null +++ b/apps/queen/.gitignore @@ -0,0 +1,2 @@ +charts +Chart.lock \ No newline at end of file diff --git a/apps/queen/Chart.yaml b/apps/queen/Chart.yaml new file mode 100644 index 0000000..54a6bcb --- /dev/null +++ b/apps/queen/Chart.yaml @@ -0,0 +1,8 @@ +apiVersion: v2 +name: queen +version: 1.0.0 +dependencies: + - name: queen + version: 1.0.0 + repository: https://github.com/InseeFr/Queen.git + enabled: true diff --git a/apps/queen/values.yaml b/apps/queen/values.yaml new file mode 100644 index 0000000..569e6aa --- /dev/null +++ b/apps/queen/values.yaml @@ -0,0 +1,7 @@ +queen: + api: + hostname: queen-bo.dev.insee.io + ingress: + hosts: + - host: queen.dev.insee.io + From 9f6b2be9f154792ee8e83a741f204abd16ba184c Mon Sep 17 00:00:00 2001 From: Benoit Werquin Date: Fri, 26 Feb 2021 17:33:06 +0100 Subject: [PATCH 2/3] Fix repo url --- apps/queen/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/queen/Chart.yaml b/apps/queen/Chart.yaml index 54a6bcb..2d162b2 100644 --- a/apps/queen/Chart.yaml +++ b/apps/queen/Chart.yaml @@ -4,5 +4,5 @@ version: 1.0.0 dependencies: - name: queen version: 1.0.0 - repository: https://github.com/InseeFr/Queen.git + repository: https://inseefrlab.github.io/helm-charts enabled: true From f726abe1f822aa1b6fdcd4e903247e0da7accbb8 Mon Sep 17 00:00:00 2001 From: Benoit Werquin Date: Fri, 26 Feb 2021 17:36:02 +0100 Subject: [PATCH 3/3] Add queen description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20b1b55..d1335dd 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ Those repositories are continuously deployed thanks to [`ArgoCD`](https://argopr |---|---|---|---| | [InspaCy](apps/inspacy) | [Inspacy](https://github.com/inseefrlab/inspacy-ui) | A Python Web App for Named Entity Recognition using SpaCy | [https://inspacy.dev.insee.io](https://inspacy.dev.insee.io) | | [Keycloak-FranceConnect](apps/keycloak-franceconnect) | [Keycloak-FranceConnect](https://github.com/inseefr/Keycloak-FranceConnect) | A keycloak extension to use France Connect | [https://keycloak-demo-fc.dev.insee.io/auth/realms/test-fc/account](https://keycloak-demo-fc.dev.insee.io/auth/realms/test-fc/account) | +| [Queen](apps/queen) | [Queen](https://github.com/inseefr/Queen) | Web application for the management of questionnaires powered by Lunatic | [https://queen.dev.insee.io](https://queen.dev.insee.io) |