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

48 lines
884 B

---
apiVersion: v1
kind: Secret
stringData:
clientID: lokistack
metadata:
name: test-oidc
---
apiVersion: loki.grafana.com/v1
kind: LokiStack
metadata:
name: lokistack-dev
spec:
size: 1x.demo
storage:
schemas:
- version: v13
effectiveDate: 2023-10-15
secret:
name: test
type: s3
storageClassName: standard
tenants:
mode: static
authentication:
- tenantName: test-oidc
tenantId: test-oidc
oidc:
secret:
name: test-oidc
issuerURL: http://hydra.hydra.svc:4444/
authorization:
roleBindings:
- name: test-oidc
roles:
- read-write
subjects:
- kind: user
name: user
roles:
- name: read-write
permissions:
- read
- write
resources:
- logs
tenants:
- test-oidc