Parcourir la source

Add web portal uri for nextcloud

Waqar Ahmed il y a 5 ans
Parent
commit
7abbec70ef

+ 0 - 8
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

+ 0 - 2
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.

+ 9 - 0
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

+ 1 - 1
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 }}/

+ 1 - 0
test/nextcloud/item.yaml

@@ -1,2 +1,3 @@
 categories:
   - productivity
+icon_url: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg