Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/operator/hack/lokistack_gateway_dev.yaml

40 lines
871 B

apiVersion: loki.grafana.com/v1beta1
kind: LokiStack
metadata:
name: lokistack-dev
spec:
size: 1x.extra-small
storage:
secret:
name: test
type: s3
storageClassName: gp2
tenants:
mode: static
authentication:
- tenantName: tenant-a
tenantId: test
oidc:
secret:
name: test1
issuerURL: https://127.0.0.1:5556/dex
redirectURL: https://localhost:8443/oidc/tenant-a/callback
usernameClaim: test
groupClaim: test
authorization:
roleBindings:
- name: tenant-a
roles:
- read-write
subjects:
- kind: user
name: admin@example.com
roles:
- name: read-write
permissions:
- read
- write
resources:
- metrics
tenants:
- tenant-a