mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
5a7d44327e
* moved base * as per PR * Update k8s/base/deployment.yaml Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
14 lines
259 B
YAML
14 lines
259 B
YAML
|
|
apiVersion: logging.banzaicloud.io/v1beta1
|
|
kind: Output
|
|
metadata:
|
|
name: output-loki
|
|
spec:
|
|
loki:
|
|
buffer:
|
|
timekey: 1m
|
|
timekey_use_utc: true
|
|
timekey_wait: 30s
|
|
configure_kubernetes_labels: true
|
|
url: http://loki.caos-system:3100
|