Add web portal uri for nextcloud

This commit is contained in:
Waqar Ahmed 2020-12-08 19:01:51 +05:00
parent 926b781bff
commit 7abbec70ef
5 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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 }}/

View File

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