107 lines
2.2 KiB
YAML
107 lines
2.2 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: monitor
|
|
metadata:
|
|
name: loki
|
|
description: null
|
|
options:
|
|
storage:
|
|
default:
|
|
volume:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
description: Configure this app storage
|
|
examples:
|
|
- volume:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
volume:
|
|
default:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
accessMode:
|
|
default: ReadWriteOnce
|
|
enum:
|
|
- ReadWriteOnce
|
|
- ReadOnlyMany
|
|
- ReadWriteMany
|
|
type: string
|
|
class:
|
|
default: ''
|
|
type: string
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
type:
|
|
default: Filesystem
|
|
enum:
|
|
- Filesystem
|
|
- Block
|
|
type: string
|
|
type: object
|
|
type: object
|
|
alertmanager:
|
|
default: alertmanager-alertmanager
|
|
examples:
|
|
- alertmanager-alertmanager
|
|
type: string
|
|
images:
|
|
default:
|
|
loki:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: grafana/loki
|
|
tag: 2.9.3
|
|
examples:
|
|
- loki:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: grafana/loki
|
|
tag: 2.9.3
|
|
properties:
|
|
loki:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: grafana/loki
|
|
tag: 2.9.3
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: grafana/loki
|
|
type: string
|
|
tag:
|
|
default: 2.9.3
|
|
type: string
|
|
type: object
|
|
type: object
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: null
|
|
tfaddtype: null
|