74 lines
1.5 KiB
YAML
74 lines
1.5 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: monitor
|
|
metadata:
|
|
name: promtail
|
|
description: Promtail is an agent which ships the contents of local logs to a Loki instance
|
|
options:
|
|
log_format:
|
|
default: logfmt
|
|
examples:
|
|
- logfmt
|
|
type: string
|
|
log_level:
|
|
default: info
|
|
examples:
|
|
- info
|
|
type: string
|
|
images:
|
|
default:
|
|
promtail:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: grafana/promtail
|
|
tag: 2.9.2
|
|
examples:
|
|
- promtail:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: grafana/promtail
|
|
tag: 2.9.2
|
|
properties:
|
|
promtail:
|
|
default:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: grafana/promtail
|
|
tag: 2.9.2
|
|
properties:
|
|
pull_policy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: grafana/promtail
|
|
type: string
|
|
tag:
|
|
default: 2.9.2
|
|
type: string
|
|
type: object
|
|
type: object
|
|
loki-url:
|
|
default: loki
|
|
examples:
|
|
- loki
|
|
type: string
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: null
|
|
tfaddtype: null
|