This commit is contained in:
2023-07-17 21:42:30 +02:00
parent 568210e097
commit 096cb363f1
6 changed files with 182 additions and 126 deletions

View File

@@ -6,15 +6,10 @@ metadata:
name: nextcloud
description: null
options:
domain:
default: your-company
sub-domain:
default: cloud
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
- cloud
type: string
hpa:
default:
@@ -139,15 +134,30 @@ options:
type: string
type: object
type: object
ingress-class:
default: traefik
examples:
- traefik
type: string
admin:
default:
name: nextcloud_admin
examples:
- name: nextcloud_admin
properties:
name:
default: nextcloud_admin
type: string
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: cloud
domain:
default: your-company
examples:
- cloud
- your-company
type: string
issuer:
default: letsencrypt-prod
@@ -173,16 +183,6 @@ options:
default: 10Gi
type: string
type: object
admin:
default:
name: nextcloud_admin
examples:
- name: nextcloud_admin
properties:
name:
default: nextcloud_admin
type: string
type: object
dependencies: []
providers:
kubernetes: true