fix
This commit is contained in:
@@ -6,11 +6,101 @@ metadata:
|
||||
name: nextcloud
|
||||
description: null
|
||||
options:
|
||||
hpa:
|
||||
default:
|
||||
avg-cpu: 50
|
||||
max-replicas: 5
|
||||
min-replicas: 1
|
||||
examples:
|
||||
- avg-cpu: 50
|
||||
max-replicas: 5
|
||||
min-replicas: 1
|
||||
properties:
|
||||
avg-cpu:
|
||||
default: 50
|
||||
type: integer
|
||||
max-replicas:
|
||||
default: 5
|
||||
type: integer
|
||||
min-replicas:
|
||||
default: 1
|
||||
type: integer
|
||||
type: object
|
||||
admin:
|
||||
default:
|
||||
name: nextcloud_admin
|
||||
examples:
|
||||
- name: nextcloud_admin
|
||||
properties:
|
||||
name:
|
||||
default: nextcloud_admin
|
||||
type: string
|
||||
type: object
|
||||
sub-domain:
|
||||
default: files
|
||||
examples:
|
||||
- files
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
apps:
|
||||
default:
|
||||
calendar: false
|
||||
collabora: false
|
||||
contacts: false
|
||||
deck: false
|
||||
groupfolders: true
|
||||
notes: false
|
||||
onlyoffice: false
|
||||
spreed: false
|
||||
tasks: false
|
||||
examples:
|
||||
- calendar: false
|
||||
collabora: false
|
||||
contacts: false
|
||||
deck: false
|
||||
groupfolders: true
|
||||
notes: false
|
||||
onlyoffice: false
|
||||
spreed: false
|
||||
tasks: false
|
||||
properties:
|
||||
calendar:
|
||||
default: false
|
||||
type: boolean
|
||||
collabora:
|
||||
default: false
|
||||
type: boolean
|
||||
contacts:
|
||||
default: false
|
||||
type: boolean
|
||||
deck:
|
||||
default: false
|
||||
type: boolean
|
||||
groupfolders:
|
||||
default: true
|
||||
type: boolean
|
||||
notes:
|
||||
default: false
|
||||
type: boolean
|
||||
onlyoffice:
|
||||
default: false
|
||||
type: boolean
|
||||
spreed:
|
||||
default: false
|
||||
type: boolean
|
||||
tasks:
|
||||
default: false
|
||||
type: boolean
|
||||
type: object
|
||||
redis:
|
||||
default:
|
||||
exporter:
|
||||
@@ -44,8 +134,28 @@ options:
|
||||
default: 2Gi
|
||||
type: string
|
||||
type: object
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
openid-name:
|
||||
default: vynil
|
||||
examples:
|
||||
- vynil
|
||||
type: string
|
||||
images:
|
||||
default:
|
||||
collabora:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: collabora/code
|
||||
tag: 23.05.2.2.1
|
||||
exporter:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
@@ -61,8 +171,18 @@ options:
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: alpine
|
||||
onlyoffice:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: onlyoffice/documentserver
|
||||
tag: 7.4.0.1
|
||||
examples:
|
||||
- exporter:
|
||||
- collabora:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: collabora/code
|
||||
tag: 23.05.2.2.1
|
||||
exporter:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: xperimental/nextcloud-exporter
|
||||
@@ -77,7 +197,32 @@ options:
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: alpine
|
||||
onlyoffice:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: onlyoffice/documentserver
|
||||
tag: 7.4.0.1
|
||||
properties:
|
||||
collabora:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: collabora/code
|
||||
tag: 23.05.2.2.1
|
||||
properties:
|
||||
pullPolicy:
|
||||
default: IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: collabora/code
|
||||
type: string
|
||||
tag:
|
||||
default: 23.05.2.2.1
|
||||
type: string
|
||||
type: object
|
||||
exporter:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -146,6 +291,26 @@ options:
|
||||
default: alpine
|
||||
type: string
|
||||
type: object
|
||||
onlyoffice:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: onlyoffice/documentserver
|
||||
tag: 7.4.0.1
|
||||
properties:
|
||||
pullPolicy:
|
||||
default: IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: onlyoffice/documentserver
|
||||
type: string
|
||||
tag:
|
||||
default: 7.4.0.1
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
postgres:
|
||||
default:
|
||||
@@ -167,41 +332,6 @@ options:
|
||||
default: '14'
|
||||
type: string
|
||||
type: object
|
||||
sub-domain:
|
||||
default: files
|
||||
examples:
|
||||
- files
|
||||
type: string
|
||||
admin:
|
||||
default:
|
||||
name: nextcloud_admin
|
||||
examples:
|
||||
- name: nextcloud_admin
|
||||
properties:
|
||||
name:
|
||||
default: nextcloud_admin
|
||||
type: string
|
||||
type: object
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
openid-name:
|
||||
default: vynil
|
||||
examples:
|
||||
- vynil
|
||||
type: string
|
||||
storage:
|
||||
default:
|
||||
accessMode: ReadWriteOnce
|
||||
@@ -221,66 +351,6 @@ options:
|
||||
default: 10Gi
|
||||
type: string
|
||||
type: object
|
||||
hpa:
|
||||
default:
|
||||
avg-cpu: 50
|
||||
max-replicas: 5
|
||||
min-replicas: 1
|
||||
examples:
|
||||
- avg-cpu: 50
|
||||
max-replicas: 5
|
||||
min-replicas: 1
|
||||
properties:
|
||||
avg-cpu:
|
||||
default: 50
|
||||
type: integer
|
||||
max-replicas:
|
||||
default: 5
|
||||
type: integer
|
||||
min-replicas:
|
||||
default: 1
|
||||
type: integer
|
||||
type: object
|
||||
apps:
|
||||
default:
|
||||
calendar: false
|
||||
contacts: false
|
||||
deck: false
|
||||
groupfolders: true
|
||||
notes: false
|
||||
spreed: false
|
||||
tasks: false
|
||||
examples:
|
||||
- calendar: false
|
||||
contacts: false
|
||||
deck: false
|
||||
groupfolders: true
|
||||
notes: false
|
||||
spreed: false
|
||||
tasks: false
|
||||
properties:
|
||||
calendar:
|
||||
default: false
|
||||
type: boolean
|
||||
contacts:
|
||||
default: false
|
||||
type: boolean
|
||||
deck:
|
||||
default: false
|
||||
type: boolean
|
||||
groupfolders:
|
||||
default: true
|
||||
type: boolean
|
||||
notes:
|
||||
default: false
|
||||
type: boolean
|
||||
spreed:
|
||||
default: false
|
||||
type: boolean
|
||||
tasks:
|
||||
default: false
|
||||
type: boolean
|
||||
type: object
|
||||
dependencies: []
|
||||
providers:
|
||||
kubernetes: true
|
||||
|
||||
Reference in New Issue
Block a user