81 lines
1.6 KiB
YAML
81 lines
1.6 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: apps
|
|
metadata:
|
|
name: nextcloud
|
|
description: null
|
|
options:
|
|
ingress-class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
images:
|
|
default:
|
|
nextcloud:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: nextcloud
|
|
tag: 27.0.0-fpm
|
|
examples:
|
|
- nextcloud:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: nextcloud
|
|
tag: 27.0.0-fpm
|
|
properties:
|
|
nextcloud:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: nextcloud
|
|
tag: 27.0.0-fpm
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: nextcloud
|
|
type: string
|
|
tag:
|
|
default: 27.0.0-fpm
|
|
type: string
|
|
type: object
|
|
type: object
|
|
domain-name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
sub-domain:
|
|
default: cloud
|
|
examples:
|
|
- cloud
|
|
type: string
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: null
|
|
postgresql: null
|
|
restapi: null
|
|
http: null
|