Add web portal uri for nextcloud
This commit is contained in:
parent
926b781bff
commit
7abbec70ef
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,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,2 +1,3 @@
|
|||
categories:
|
||||
- productivity
|
||||
icon_url: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
|
||||
|
|
Loading…
Reference in New Issue