From 7abbec70ef496d6624c740ce860844c29446d7ac Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 8 Dec 2020 19:01:51 +0500 Subject: [PATCH] Add web portal uri for nextcloud --- test/nextcloud/2.3.2/Chart.yaml | 8 -------- test/nextcloud/2.3.2/README.md | 2 -- test/nextcloud/2.3.2/questions.yaml | 9 +++++++++ test/nextcloud/2.3.2/templates/NOTES.txt | 2 +- test/nextcloud/item.yaml | 1 + 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test/nextcloud/2.3.2/Chart.yaml b/test/nextcloud/2.3.2/Chart.yaml index c9c10ccfd7..7b57ad512c 100644 --- a/test/nextcloud/2.3.2/Chart.yaml +++ b/test/nextcloud/2.3.2/Chart.yaml @@ -12,12 +12,4 @@ keywords: home: https://nextcloud.com/ icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg sources: -- https://github.com/nextcloud/helm - https://github.com/nextcloud/docker -maintainers: -- name: skjnldsv - email: skjnldsv@protonmail.com -- name: chrisingenhaag - email: christian.ingenhaag@googlemail.com -- name: billimek - email: jeff@billimek.com diff --git a/test/nextcloud/2.3.2/README.md b/test/nextcloud/2.3.2/README.md index b2b5bc91ba..28f3c66405 100644 --- a/test/nextcloud/2.3.2/README.md +++ b/test/nextcloud/2.3.2/README.md @@ -6,8 +6,6 @@ This chart bootstraps an [nextcloud](https://hub.docker.com/_/nextcloud/) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. -It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the nextcloud application. - ## Configuration Please refer to questions.yaml for a detailed overview on supported configurable values. diff --git a/test/nextcloud/2.3.2/questions.yaml b/test/nextcloud/2.3.2/questions.yaml index 4e23bd8849..67b0ed3ef6 100644 --- a/test/nextcloud/2.3.2/questions.yaml +++ b/test/nextcloud/2.3.2/questions.yaml @@ -10,6 +10,15 @@ groups: - name: "Postgresql Configuration" description: "Configure Postgresql for nextcloud" +portals: + web_portal: + protocols: + - "http" + host: + - "$variable-nextcloud.host" + ports: + - "$variable-service.nodePort" + questions: # Image related - variable: image diff --git a/test/nextcloud/2.3.2/templates/NOTES.txt b/test/nextcloud/2.3.2/templates/NOTES.txt index e876825c05..9b2f7cd2d1 100644 --- a/test/nextcloud/2.3.2/templates/NOTES.txt +++ b/test/nextcloud/2.3.2/templates/NOTES.txt @@ -1,3 +1,3 @@ 1. Get the nextcloud URL by running: - echo http://{{ .Values.nextcloud.host }}:{{ .Values.service.type }}/ + echo http://{{ .Values.nextcloud.host }}:{{ .Values.service.nodePort }}/ diff --git a/test/nextcloud/item.yaml b/test/nextcloud/item.yaml index f06426856f..14b174550d 100644 --- a/test/nextcloud/item.yaml +++ b/test/nextcloud/item.yaml @@ -1,2 +1,3 @@ categories: - productivity +icon_url: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg